Fix ID numbering.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Apr 2015 13:58:30 +0000 (14:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Apr 2015 13:58:30 +0000 (14:58 +0100)
src/tools/dcpomatic.cc

index 16506e411fbacd46520a22e4a2de4ee7eb9d19d9..3151b5e1168d8f05b8d9794724c1b620adcc1643 100644 (file)
@@ -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,