[MPlayer-cvslog] r34177 - trunk/gui/win32/preferences.c

ib subversion at mplayerhq.hu
Mon Oct 3 20:52:06 CEST 2011


Author: ib
Date: Mon Oct  3 20:52:06 2011
New Revision: 34177

Log:
Revise message text of the Win32 GUI sub_window option.

It's for DirectX only.

Modified:
   trunk/gui/win32/preferences.c

Modified: trunk/gui/win32/preferences.c
==============================================================================
--- trunk/gui/win32/preferences.c	Mon Oct  3 20:49:41 2011	(r34176)
+++ trunk/gui/win32/preferences.c	Mon Oct  3 20:52:06 2011	(r34177)
@@ -235,7 +235,7 @@ static LRESULT CALLBACK PrefsWndProc(HWN
                                NULL);
             SendMessage(btn, WM_SETFONT, (WPARAM) GetStockObject(DEFAULT_GUI_FONT), 0);
 
-            btn = CreateWindow("button", "Display videos in the sub window",
+            btn = CreateWindow("button", "Display videos in the sub window (DirectX only)",
                                WS_CHILD | WS_VISIBLE | BS_AUTOCHECKBOX,
                                85, 249, 250, 25,
                                hwnd, (HMENU) ID_SUBWINDOW,


More information about the MPlayer-cvslog mailing list