From: <man...@us...> - 2014-01-04 07:39:17
|
Revision: 3554 http://sourceforge.net/p/modplug/code/3554 Author: manxorist Date: 2014-01-04 07:39:11 +0000 (Sat, 04 Jan 2014) Log Message: ----------- [Fix] Mod Export: Fix tab ordering so that radio buttons work sanely again. Modified Paths: -------------- trunk/OpenMPT/mptrack/mptrack.rc Modified: trunk/OpenMPT/mptrack/mptrack.rc =================================================================== --- trunk/OpenMPT/mptrack/mptrack.rc 2014-01-04 01:31:18 UTC (rev 3553) +++ trunk/OpenMPT/mptrack/mptrack.rc 2014-01-04 07:39:11 UTC (rev 3554) @@ -507,10 +507,10 @@ CONTROL "Limit song &length to: (seconds)",IDC_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,204,37,114,10 EDITTEXT IDC_EDIT2,324,36,50,12,ES_AUTOHSCROLL CONTROL "Play &entire song",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON,204,54,72,12 + CONTROL "From &position",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,204,73,72,12 EDITTEXT IDC_EDIT5,276,54,36,12,ES_AUTOHSCROLL | ES_NUMBER CONTROL "",IDC_SPIN5,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_NOTHOUSANDS,300,60,11,11 LTEXT "times",IDC_STATIC,319,55,59,12,SS_CENTERIMAGE - CONTROL "From &position",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,204,73,72,12 EDITTEXT IDC_EDIT3,276,73,36,12,ES_AUTOHSCROLL | ES_NUMBER CONTROL "",IDC_SPIN3,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_NOTHOUSANDS,300,78,11,11 CTEXT "to",IDC_STATIC,318,73,8,12,SS_CENTERIMAGE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |