diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-14 01:45:16 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-14 01:45:16 +0000 |
commit | 56059cf2bd6fda9376602ba75ee5c7eff5244411 (patch) | |
tree | f9a84d831720919fc6b13c251c36a2e1d5bb35f3 | |
parent | 381b2109c6a6123c523e455d1b3d085642d14041 (diff) |
translated a message to english
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10607 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | Gui/wm/ws.c | 2 |
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; } |