# HG changeset patch # User alex # Date 1060825516 0 # Node ID f9c1b97a71cb50c3e5f1cb114bf2a32f21631bdc # Parent 3136605e6cab529729a800c7bf308447b9193325 translated a message to english diff -r 3136605e6cab -r f9c1b97a71cb Gui/wm/ws.c --- a/Gui/wm/ws.c Thu Aug 14 01:25:42 2003 +0000 +++ b/Gui/wm/ws.c Thu Aug 14 01:45:16 2003 +0000 @@ -489,7 +489,7 @@ 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; }