[Mplayer-cvslog] CVS: main/libvo vo_directx.c, 1.32, 1.33 vo_winvidix.c, 1.3, 1.4
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Jul 20 01:19:52 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv9442/libvo
Modified Files:
vo_directx.c vo_winvidix.c
Log Message:
name change
Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directx.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- vo_directx.c 19 Jul 2004 23:11:26 -0000 1.32
+++ vo_directx.c 19 Jul 2004 23:19:50 -0000 1.33
@@ -944,7 +944,7 @@
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";
Index: vo_winvidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_winvidix.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vo_winvidix.c 19 Jul 2004 23:11:26 -0000 1.3
+++ vo_winvidix.c 19 Jul 2004 23:19:50 -0000 1.4
@@ -208,7 +208,7 @@
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,
More information about the MPlayer-cvslog
mailing list