diff gui/win32/preferences.c @ 36872:c0004493b01b

Add VOCTRL_GUISUPPORT. Both video output drivers support it. Additionally, update MSGTR_GUI_WIN32_DisplayInVideoWindow.
author ib
date Sun, 02 Mar 2014 21:10:13 +0000
parents 511047e8e0a2
children 7d8f27be5796
line wrap: on
line diff
--- a/gui/win32/preferences.c	Sun Mar 02 21:06:26 2014 +0000
+++ b/gui/win32/preferences.c	Sun Mar 02 21:10:13 2014 +0000
@@ -235,7 +235,7 @@
 
             btn = CreateWindow("button", acp(MSGTR_GUI_WIN32_DisplayInVideoWindow),
                                WS_CHILD | WS_VISIBLE | BS_AUTOCHECKBOX,
-                               10, 249, 250, 25,
+                               10, 249, 300, 25,
                                hwnd, (HMENU) ID_VIDEOWINDOW,
                                ((LPCREATESTRUCT) lParam) -> hInstance,
                                NULL);