1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-15 19:47:32 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6974 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-08-11 18:07:42 +00:00
parent 48096998a3
commit 6287343f35

View File

@ -94,6 +94,7 @@ void guiInit( void )
if ( plCurrent && !filename ) mplSetFileName( plCurrent->path,plCurrent->name );
if ( sub_delay != 0.0f ) gtkSubDelay=sub_delay;
if ( sub_name ) guiSetFilename( guiIntfStruct.Subtitlename,sub_name );
#if defined( USE_OSD ) || defined( USE_SUB )
guiLoadFont();
#endif