translated a message to english

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10607 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-08-14 01:45:16 +00:00
parent 381b2109c6
commit 56059cf2bd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}