changeset 10606:f9c1b97a71cb

translated a message to english
author alex
date Thu, 14 Aug 2003 01:45:16 +0000
parents 3136605e6cab
children a17ebe817e33
files Gui/wm/ws.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
  }