summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-14 01:45:16 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-14 01:45:16 +0000
commit56059cf2bd6fda9376602ba75ee5c7eff5244411 (patch)
treef9a84d831720919fc6b13c251c36a2e1d5bb35f3 /Gui
parent381b2109c6a6123c523e455d1b3d085642d14041 (diff)
downloadmpv-56059cf2bd6fda9376602ba75ee5c7eff5244411.tar.bz2
mpv-56059cf2bd6fda9376602ba75ee5c7eff5244411.tar.xz
translated a message to english
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10607 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/wm/ws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/wm/ws.c b/Gui/wm/ws.c
index db77d5528e..f9e2f1decf 100644
--- a/Gui/wm/ws.c
+++ b/Gui/wm/ws.c
@@ -489,7 +489,7 @@ void wsCreateWindow( wsTWindow * win,int X,int Y,int wX,int hY,int bW,int cV,uns
for ( i=0;i < wsWLCount;i++ )
if ( wsWindowList[i] == NULL ) break;
if ( i == wsWLCount )
- { printf( "!!! tul sok nyitott ablak van.\n" ); exit( 1 ); }
+ { mp_msg( MSGT_GPLAYER,MSGL_FATAL,"[ws] there are too many open windows\n" ); exit( 0 ); }
wsWindowList[i]=win;
}