# HG changeset patch # User diego # Date 1090278686 0 # Node ID cbcc205a740e4fad4863d0e6972771801bb1ecc9 # Parent db49cdedb88dddaba99fba3ddfd42b40b37e05c0 embarassing typo and new name diff -r db49cdedb88d -r cbcc205a740e libvo/vo_directx.c --- 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, diff -r db49cdedb88d -r cbcc205a740e libvo/vo_winvidix.c --- 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",