summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directx.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 23:19:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 23:19:50 +0000
commit40170e58c3cf423ff96be68ef12252a569379c86 (patch)
treeb77577dd24ac54a37deefbaaf50215a06342eed7 /libvo/vo_directx.c
parent775ffcbceb2ae27dea51ace280aa75ac320f3ea7 (diff)
downloadmpv-40170e58c3cf423ff96be68ef12252a569379c86.tar.bz2
mpv-40170e58c3cf423ff96be68ef12252a569379c86.tar.xz
name change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12862 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_directx.c')
-rw-r--r--libvo/vo_directx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c
index d7f965cc71..d889096855 100644
--- a/libvo/vo_directx.c
+++ b/libvo/vo_directx.c
@@ -944,7 +944,7 @@ static uint32_t preinit(const char *arg)
wc.lpszMenuName = NULL;
RegisterClass(&wc);
hWnd = CreateWindowEx(vidmode?WS_EX_TOPMOST:0,
- "MPlayer - Movieplayer for Linux","",(vidmode)?WS_POPUP:WS_OVERLAPPEDWINDOW| WS_SIZEBOX,
+ "MPlayer - The Movie Player","",(vidmode)?WS_POPUP:WS_OVERLAPPEDWINDOW| WS_SIZEBOX,
CW_USEDEFAULT, CW_USEDEFAULT, 100, 100,NULL,NULL,hInstance,NULL);
wc.hbrBackground = CreateSolidBrush(RGB(0,0,0));
wc.lpszClassName = "MPlayer - Fullscreen";