git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6969 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-08-11 13:32:28 +00:00
parent 418dbef6ef
commit fa964c61e5
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ void guiInit( void )
appInit( (void*)mDisplay );
if ( plCurrent && !filename ) mplSetFileName( plCurrent->path,plCurrent->name );
if ( sub_delay > 0.0f ) gtkSubDelay=sub_delay;
if ( sub_delay != 0.0f ) gtkSubDelay=sub_delay;
#if defined( USE_OSD ) || defined( USE_SUB )
guiLoadFont();
#endif