From 56059cf2bd6fda9376602ba75ee5c7eff5244411 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 14 Aug 2003 01:45:16 +0000 Subject: translated a message to english git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10607 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/wm/ws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui/wm') 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; } -- cgit v1.2.3