diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-23 17:55:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-23 17:55:08 +0100 |
| commit | de55fefe3f977a3552e95400c0e9f5183c14a181 (patch) | |
| tree | 54b382935975e0a17d723b3d1fefdf52dbafd7b7 /src/tools | |
| parent | 9f1deb2a9cd1565f7f195b1601bbf6ddb81ae950 (diff) | |
| parent | 20a733fe6782eff04622b5bd189417f391b9cfb9 (diff) | |
Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 16506e411..3151b5e11 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -127,9 +127,9 @@ enum { ID_file_save, ID_file_properties, ID_file_history, - ID_edit_restore_default_preferences, /* Allow spare IDs after _history for the recent files list */ - ID_content_scale_to_fit_width = 100, + ID_edit_restore_default_preferences = 100, + ID_content_scale_to_fit_width, ID_content_scale_to_fit_height, ID_jobs_make_dcp, ID_jobs_make_kdms, |
