changeset 6973:8cc27ab533b2

fix -sub
author pontscho
date Sun, 11 Aug 2002 18:07:42 +0000
parents 767cdf7b3cf2
children 916f62dd0910
files Gui/interface.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/interface.c	Sun Aug 11 17:43:24 2002 +0000
+++ b/Gui/interface.c	Sun Aug 11 18:07:42 2002 +0000
@@ -94,6 +94,7 @@
        
  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