From 75d7e2000d61c63e91f3e2d153be30e9db27b5e7 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 17 Jan 2015 21:27:16 +0000 Subject: WinGui: Fix SRT subtitle filepath issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6763 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs b/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs index ec5194e95..8023882e0 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs @@ -258,7 +258,7 @@ namespace HandBrake.ApplicationServices.Utilities { CharacterCode = track.SrtCharCode, Default = track.Default, - FileName = track.SrtFileName, + FileName = track.SrtPath, LanguageCode = track.SrtLang, Offset = track.SrtOffset, BurnedIn = track.Burned -- cgit v1.2.3