From: <sag...@us...> - 2014-02-01 20:48:03
|
Revision: 3622 http://sourceforge.net/p/modplug/code/3622 Author: saga-games Date: 2014-02-01 20:47:55 +0000 (Sat, 01 Feb 2014) Log Message: ----------- [Mod] Plugin selection dialog: Plugin path is displayed in a non-editable edit box, so that all of it can be seen in case of an overflow, if necessary. Modified Paths: -------------- trunk/OpenMPT/mptrack/mptrack.rc Modified: trunk/OpenMPT/mptrack/mptrack.rc =================================================================== --- trunk/OpenMPT/mptrack/mptrack.rc 2014-02-01 19:49:51 UTC (rev 3621) +++ trunk/OpenMPT/mptrack/mptrack.rc 2014-02-01 20:47:55 UTC (rev 3622) @@ -1467,8 +1467,8 @@ PUSHBUTTON "&New plugin...",IDC_BUTTON1,186,150,52,14,BS_MULTILINE PUSHBUTTON "&Remove",IDC_BUTTON2,186,186,52,14 PUSHBUTTON "&Cancel",IDCANCEL,186,24,54,14 - LTEXT "IDC_TEXT_CURRENT_VSTPLUG",IDC_TEXT_CURRENT_VSTPLUG,6,208,234,8 PUSHBUTTON "&Scan folder...",IDC_BUTTON3,186,168,52,14,BS_MULTILINE + EDITTEXT IDC_TEXT_CURRENT_VSTPLUG,7,206,235,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER END IDD_PLUGINEDITOR DIALOGEX 0, 0, 485, 153 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |