From: <man...@us...> - 2013-10-19 09:46:54
|
Revision: 2920 http://sourceforge.net/p/modplug/code/2920 Author: manxorist Date: 2013-10-19 09:46:43 +0000 (Sat, 19 Oct 2013) Log Message: ----------- [Fix] Fix cosmetic glitch in player options dialog. Modified Paths: -------------- trunk/OpenMPT/mptrack/mptrack.rc Modified: trunk/OpenMPT/mptrack/mptrack.rc =================================================================== --- trunk/OpenMPT/mptrack/mptrack.rc 2013-10-19 09:28:06 UTC (rev 2919) +++ trunk/OpenMPT/mptrack/mptrack.rc 2013-10-19 09:46:43 UTC (rev 2920) @@ -422,7 +422,7 @@ CONTROL "Slider1",IDC_SLIDER3,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,33,96,62,15 LTEXT "Low",IDC_STATIC,17,100,14,8 LTEXT "High",IDC_STATIC,95,100,16,8 - CTEXT "Reverb Preset:",IDC_STATIC,149,90,62,8 + CTEXT "Reverb Preset:",IDC_STATIC,150,84,62,8 COMBOBOX IDC_COMBO2,135,97,100,100,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP CONTROL "Pro-Logic Surround",IDC_CHECK4,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,116,99,10 CONTROL "Slider1",IDC_SLIDER5,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,33,129,62,15 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |