Mercurial > mplayer.hg
changeset 12861:88aba9a06162
name change
author | diego |
---|---|
date | Mon, 19 Jul 2004 23:19:50 +0000 |
parents | 03d3ab9f6400 |
children | 01e2dd55bf49 |
files | libvo/vo_directx.c libvo/vo_winvidix.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_directx.c Mon Jul 19 23:19:07 2004 +0000 +++ b/libvo/vo_directx.c Mon Jul 19 23:19:50 2004 +0000 @@ -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";
--- a/libvo/vo_winvidix.c Mon Jul 19 23:19:07 2004 +0000 +++ b/libvo/vo_winvidix.c Mon Jul 19 23:19:50 2004 +0000 @@ -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,