From: <sag...@us...> - 2013-02-17 15:08:03
|
Revision: 1535 http://sourceforge.net/p/modplug/code/1535 Author: saga-games Date: 2013-02-17 15:07:52 +0000 (Sun, 17 Feb 2013) Log Message: ----------- VST editor menu wasn't quite the way I wanted it to be. Modified Paths: -------------- trunk/OpenMPT/mptrack/mptrack.rc Modified: trunk/OpenMPT/mptrack/mptrack.rc =================================================================== --- trunk/OpenMPT/mptrack/mptrack.rc 2013-02-17 15:05:54 UTC (rev 1534) +++ trunk/OpenMPT/mptrack/mptrack.rc 2013-02-17 15:07:52 UTC (rev 1535) @@ -2756,11 +2756,12 @@ BEGIN POPUP "&File" BEGIN - MENUITEM "&Copy Parameters", ID_EDIT_COPY - MENUITEM "&Paste Parameters", ID_EDIT_PASTE + MENUITEM "&Copy Preset", ID_EDIT_COPY + MENUITEM "&Paste Preset", ID_EDIT_PASTE + MENUITEM SEPARATOR MENUITEM "&Load Preset / Bank...", ID_PRESET_LOAD MENUITEM "&Save Preset / Bank...", ID_PRESET_SAVE - MENUITEM "&Create instrument from plugin", ID_PLUGINTOINSTRUMENT + MENUITEM "Create &instrument from plugin", ID_PLUGINTOINSTRUMENT MENUITEM SEPARATOR MENUITEM "&Randomize Parameters", ID_PRESET_RANDOM END This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |