[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.70,1.71
Alex Beregszaszi
alex at mplayerhq.hu
Thu Aug 14 03:45:47 CEST 2003
Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var/tmp.root/cvs-serv6590
Modified Files:
ws.c
Log Message:
translated a message to english
Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ws.c 12 Jul 2003 17:19:18 -0000 1.70
+++ ws.c 14 Aug 2003 01:45:16 -0000 1.71
@@ -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;
}
More information about the MPlayer-cvslog
mailing list