1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

embarassing typo and new name

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12859 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-07-19 23:11:26 +00:00
parent 7fe7f31e82
commit 74ba5775ef
2 changed files with 2 additions and 2 deletions

View File

@ -940,7 +940,7 @@ static uint32_t preinit(const char *arg)
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,

View File

@ -205,7 +205,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,uint32_
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",