[Mplayer-cvslog] CVS: main/libvo vo_directx.c, 1.31, 1.32 vo_winvidix.c, 1.2, 1.3

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Jul 20 01:11:29 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv5221/libvo

Modified Files:
	vo_directx.c vo_winvidix.c 
Log Message:
embarassing typo and new name


Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directx.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vo_directx.c	18 May 2004 17:51:25 -0000	1.31
+++ vo_directx.c	19 Jul 2004 23:11:26 -0000	1.32
@@ -940,7 +940,7 @@
     wc.hCursor       =  LoadCursor(NULL,IDC_ARROW);
     wc.hIcon         =  mplayericon;
     wc.hbrBackground =  CreateSolidBrush(vidmode?RGB(0,0,0):windowcolor);
-    wc.lpszClassName =  "Mplayer - Movieplayer for Linux";
+    wc.lpszClassName =  "MPlayer - The Movie Player";
     wc.lpszMenuName  =  NULL;
     RegisterClass(&wc);
     hWnd = CreateWindowEx(vidmode?WS_EX_TOPMOST:0,

Index: vo_winvidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_winvidix.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vo_winvidix.c	15 Nov 2003 09:58:15 -0000	1.2
+++ vo_winvidix.c	19 Jul 2004 23:11:26 -0000	1.3
@@ -205,7 +205,7 @@
     wc.hIcon =ExtractIcon(hInstance,"mplayer.exe",0);
 //LoadIcon(NULL,IDI_APPLICATION);
     wc.hbrBackground = CreateSolidBrush(RGB(255,0,255));
-    wc.lpszClassName = "Mplayer - Movieplayer for Linux";
+    wc.lpszClassName = "MPlayer - The Movie Player";
     wc.lpszMenuName = NULL;
     RegisterClass(&wc);
     hWnd = CreateWindow("MPlayer - Movieplayer for Linux",




More information about the MPlayer-cvslog mailing list