From 97a88523f2b6352847d705cbf527fd5ee0f5247b Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 19 Mar 2013 21:48:51 +0000 Subject: WinGui: Part 1: Fix numerous issues around app versioning. Hopefully the GUI and CLI will no longer be out of sync. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5350 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/Base/EncodeBase.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices/Services/Base') diff --git a/win/CS/HandBrake.ApplicationServices/Services/Base/EncodeBase.cs b/win/CS/HandBrake.ApplicationServices/Services/Base/EncodeBase.cs index 555b004f2..db4ef3abd 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Base/EncodeBase.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Base/EncodeBase.cs @@ -66,9 +66,7 @@ namespace HandBrake.ApplicationServices.Services.Base this.userSettingService = userSettingService; this.logBuffer = new StringBuilder(); header = - GeneralUtilities.CreateCliLogHeader( - userSettingService.GetUserSetting(ASUserSettingConstants.HandBrakeVersion), - userSettingService.GetUserSetting(ASUserSettingConstants.HandBrakeBuild)); + GeneralUtilities.CreateCliLogHeader(); this.LogIndex = 0; } -- cgit v1.2.3