diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-24 12:05:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-24 12:05:21 +0100 |
| commit | 1cdedd1c19bd34f1c41043f9bbeae39cb54a0ed8 (patch) | |
| tree | 460ee0ad60988d641cf00e458fef6c91e3621370 /src/tools/dcpomatic.cc | |
| parent | 666808c7f735d5ff0daff70dfb7b0c409113874e (diff) | |
| parent | 2d3092216e97c02bf715a3df19725518312a0b65 (diff) | |
Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -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, |
