Mercurial > mplayer.hg
changeset 12858:cbcc205a740e
embarassing typo and new name
author | diego |
---|---|
date | Mon, 19 Jul 2004 23:11:26 +0000 |
parents | db49cdedb88d |
children | b870eb9f72ec |
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:11:06 2004 +0000 +++ b/libvo/vo_directx.c Mon Jul 19 23:11:26 2004 +0000 @@ -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,
--- a/libvo/vo_winvidix.c Mon Jul 19 23:11:06 2004 +0000 +++ b/libvo/vo_winvidix.c Mon Jul 19 23:11:26 2004 +0000 @@ -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",