summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 23:11:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 23:11:26 +0000
commit74ba5775efc447f95295c0e405dda2cd95d0b834 (patch)
tree07bbd8bf3f0b057b26921d06effab48b9ef553ed /libvo
parent7fe7f31e82e95c2c5d66f2f25859d115befc3ac1 (diff)
downloadmpv-74ba5775efc447f95295c0e405dda2cd95d0b834.tar.bz2
mpv-74ba5775efc447f95295c0e405dda2cd95d0b834.tar.xz
embarassing typo and new name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12859 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_directx.c2
-rw-r--r--libvo/vo_winvidix.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c
index 558b0a50c7..d7f965cc71 100644
--- a/libvo/vo_directx.c
+++ b/libvo/vo_directx.c
@@ -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,
diff --git a/libvo/vo_winvidix.c b/libvo/vo_winvidix.c
index da99632029..014969b587 100644
--- a/libvo/vo_winvidix.c
+++ b/libvo/vo_winvidix.c
@@ -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",