From: <sag...@us...> - 2011-07-31 23:32:16
|
Revision: 951 http://modplug.svn.sourceforge.net/modplug/?rev=951&view=rev Author: saga-games Date: 2011-07-31 23:32:09 +0000 (Sun, 31 Jul 2011) Log Message: ----------- [Fix] Revision 948 broke some functions because of broken resource indices. Revision Links: -------------- http://modplug.svn.sourceforge.net/modplug/?rev=948&view=rev Modified Paths: -------------- trunk/OpenMPT/mptrack/mptrack.rc trunk/OpenMPT/mptrack/resource.h Modified: trunk/OpenMPT/mptrack/mptrack.rc =================================================================== --- trunk/OpenMPT/mptrack/mptrack.rc 2011-07-31 13:13:23 UTC (rev 950) +++ trunk/OpenMPT/mptrack/mptrack.rc 2011-07-31 23:32:09 UTC (rev 951) @@ -2810,9 +2810,9 @@ END POPUP "&Info" BEGIN - MENUITEM "I&nputs", ID_INFO_INPUTS36015 + MENUITEM "I&nputs", ID_INFO_INPUTS MENUITEM "Ou&tputs", ID_INFO_OUPUTS - MENUITEM "&Macros", ID_INFO_MACROS36017 + MENUITEM "&Macros", ID_INFO_MACROS END POPUP "&Options" BEGIN Modified: trunk/OpenMPT/mptrack/resource.h =================================================================== --- trunk/OpenMPT/mptrack/resource.h 2011-07-31 13:13:23 UTC (rev 950) +++ trunk/OpenMPT/mptrack/resource.h 2011-07-31 23:32:09 UTC (rev 951) @@ -1106,10 +1106,7 @@ #define ID_INFO_INPUTS 36011 #define ID_INFO_OUTPUTS 36012 #define ID_INFO_MACROS 36013 -#define ID_INFO36014 36014 -#define ID_INFO_INPUTS36015 36015 #define ID_INFO_OUPUTS 36016 -#define ID_INFO_MACROS36017 36017 #define ID_EDIT_GOTO 36018 #define ID_VIEW_GRAPH 36019 #define ID_PATTERN_TRANSITIONMUTE 36020 @@ -1164,37 +1161,37 @@ #define ID_CLEANUP_REARRANGESAMPLES 40223 #define ID_ORDERLIST_RENDER 40224 #define ID_EDIT_CLEANUP 40225 -#define ID_ORDERLIST_EDIT_COPY 40231 -#define ID_ORDERLIST_EDIT_CUT 40232 -#define ID_ORDERLIST_EDIT_PASTE 40233 -#define ID_CHANNEL_RENAME 40234 -#define ID_EDIT_PASTEFLOOD 40235 -#define ID_MODTREE_DUPLICATE 40236 -#define ID_MODTREE_INSERT 40237 -#define ID_MODTREE_SWITCHTO 40238 -#define ID_EDIT_PUSHFORWARDPASTE 40239 -#define ID_EDIT_SPLITKEYBOARDSETTINGS 40240 -#define ID_EDIT_PASTESPECIAL 40241 +#define ID_ORDERLIST_EDIT_COPY 40226 +#define ID_ORDERLIST_EDIT_CUT 40227 +#define ID_ORDERLIST_EDIT_PASTE 40228 +#define ID_CHANNEL_RENAME 40229 +#define ID_EDIT_PASTEFLOOD 40230 +#define ID_MODTREE_DUPLICATE 40231 +#define ID_MODTREE_INSERT 40232 +#define ID_MODTREE_SWITCHTO 40233 +#define ID_EDIT_PUSHFORWARDPASTE 40234 +#define ID_EDIT_SPLITKEYBOARDSETTINGS 40235 +#define ID_EDIT_PASTESPECIAL 40236 #define ID_CHANGE_PCNOTE_PARAM 40242 -#define ID_MODTREE_CLOSE 40243 -#define ID_SAMPLE_GENERATOR_MENU 40244 -#define ID_SAMPLE_GENERATOR_PRESET_MENU 40344 -#define ID_SAMPLE_GENERATE 40445 -#define ID_NOTEMAP_TRANS_UP 40446 -#define ID_NOTEMAP_TRANS_DOWN 40447 -#define ID_PATTERN_EDIT_PCNOTE_PLUGIN 40448 -#define ID_ENVELOPE_ZOOM_IN 40449 -#define ID_ENVELOPE_ZOOM_OUT 40450 -#define ID_PANIC 40451 -#define ID_VIEW_EDITHISTORY 40452 -#define ID_SAMPLE_GRID 40453 -#define ID_SAMPLE_QUICKFADE 40454 -#define ID_EDIT_MIXPASTE_ITSTYLE 40455 -#define ID_VIEW_MPTHACKS 40456 -#define ID_PLUGINTOINSTRUMENT 40457 -#define ID_INTERNETUPDATE 40458 -#define ID_HELP_EXAMPLEMODULES 40459 -#define ID_FILE_SAVEASTEMPLATE 40460 +#define ID_MODTREE_CLOSE 41243 +#define ID_SAMPLE_GENERATOR_MENU 41244 +#define ID_SAMPLE_GENERATOR_PRESET_MENU 41344 +#define ID_SAMPLE_GENERATE 41445 +#define ID_NOTEMAP_TRANS_UP 41446 +#define ID_NOTEMAP_TRANS_DOWN 41447 +#define ID_PATTERN_EDIT_PCNOTE_PLUGIN 41448 +#define ID_ENVELOPE_ZOOM_IN 41449 +#define ID_ENVELOPE_ZOOM_OUT 41450 +#define ID_PANIC 41451 +#define ID_VIEW_EDITHISTORY 41452 +#define ID_SAMPLE_GRID 41453 +#define ID_SAMPLE_QUICKFADE 41454 +#define ID_EDIT_MIXPASTE_ITSTYLE 41455 +#define ID_VIEW_MPTHACKS 41456 +#define ID_PLUGINTOINSTRUMENT 41457 +#define ID_INTERNETUPDATE 41458 +#define ID_HELP_EXAMPLEMODULES 41459 +#define ID_FILE_SAVEASTEMPLATE 41460 // Next default values for new objects // This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |