[MPlayer-cvslog] r19036 - trunk/Gui/win32/preferences.c
vayne
subversion at mplayerhq.hu
Wed Jul 12 18:43:04 CEST 2006
Author: vayne
Date: Wed Jul 12 18:43:03 2006
New Revision: 19036
Modified:
trunk/Gui/win32/preferences.c
Log:
center sub window option within the preferences dialog.
Modified: trunk/Gui/win32/preferences.c
==============================================================================
--- trunk/Gui/win32/preferences.c (original)
+++ trunk/Gui/win32/preferences.c Wed Jul 12 18:43:03 2006
@@ -215,7 +215,7 @@
btn = CreateWindow("button", "Display videos in the sub window",
WS_CHILD | WS_VISIBLE | BS_AUTOCHECKBOX,
- 55, 227, 250, 25,
+ 85, 227, 250, 25,
hwnd, (HMENU) ID_SUBWINDOW,
((LPCREATESTRUCT) lParam) -> hInstance,
NULL);
More information about the MPlayer-cvslog
mailing list