summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-22 14:58:30 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-22 14:58:30 +0100
commit9483ff5be32c31e3f78c7201c4519bedf822967c (patch)
tree35c4d82ccacd8dee9f638ab0cdf37654563b28c1 /src
parentbf6eadb7b8dc4073a940cdf9327323366b9e11e2 (diff)
Fix ID numbering.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc4
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,