From 40170e58c3cf423ff96be68ef12252a569379c86 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 19 Jul 2004 23:19:50 +0000 Subject: name change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12862 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_winvidix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_winvidix.c') diff --git a/libvo/vo_winvidix.c b/libvo/vo_winvidix.c index 014969b587..662e463728 100644 --- a/libvo/vo_winvidix.c +++ b/libvo/vo_winvidix.c @@ -208,7 +208,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,uint32_ wc.lpszClassName = "MPlayer - The Movie Player"; wc.lpszMenuName = NULL; RegisterClass(&wc); - hWnd = CreateWindow("MPlayer - Movieplayer for Linux", + hWnd = CreateWindow("MPlayer - The Movie Player", title, WS_OVERLAPPEDWINDOW| WS_SIZEBOX, rd.left, -- cgit v1.2.3