From: <man...@us...> - 2013-09-10 17:07:56
|
Revision: 2696 http://sourceforge.net/p/modplug/code/2696 Author: manxorist Date: 2013-09-10 17:07:49 +0000 (Tue, 10 Sep 2013) Log Message: ----------- [Fix] mod2wav: Flip positions of OK and Cancel buttons. Modified Paths: -------------- trunk/OpenMPT/mptrack/mptrack.rc Modified: trunk/OpenMPT/mptrack/mptrack.rc =================================================================== --- trunk/OpenMPT/mptrack/mptrack.rc 2013-09-10 17:03:43 UTC (rev 2695) +++ trunk/OpenMPT/mptrack/mptrack.rc 2013-09-10 17:07:49 UTC (rev 2696) @@ -497,8 +497,8 @@ COMBOBOX IDC_COMBO3,240,203,92,64,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP RTEXT "Year:",IDC_STATIC,336,205,18,8 EDITTEXT IDC_EDIT9,360,203,30,12,ES_AUTOHSCROLL | ES_NUMBER - DEFPUSHBUTTON "OK",IDOK,342,228,50,14 - PUSHBUTTON "Cancel",IDCANCEL,282,228,50,14 + DEFPUSHBUTTON "OK",IDOK,282,228,50,14 + PUSHBUTTON "Cancel",IDCANCEL,342,228,50,14 EDITTEXT IDC_EDIT10,198,6,198,90,ES_MULTILINE | ES_READONLY | WS_VSCROLL | NOT WS_TABSTOP END This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |