diff options
author | sr55 <[email protected]> | 2011-04-23 14:24:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-04-23 14:24:14 +0000 |
commit | 4b6453fbe090c32e379b63b42baaf079f01d437e (patch) | |
tree | 772b075376125eb548b6b657b446ad8b95c7925b /win/CS/HandBrake.ApplicationServices/Utilities | |
parent | 47221be3bbe8d7dae0a714d736ae0f0b23ee08ba (diff) |
WinGui:
- Multiple bug fixes to the Audio Panel. (Disable DRC for non AC3 sources, DPL2 getting swaped out for stereo when you click between tracks, Exception thrown due to the source track not getting pushed into the Audio model before it's used.)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3952 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Utilities')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs b/win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs index e267e45f4..61aeef1d7 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs @@ -123,6 +123,7 @@ namespace HandBrake.ApplicationServices.Utilities logHeader.AppendLine(String.Format("CLI Query: {0}", encJob.Query));
logHeader.AppendLine(String.Format("User Query: {0}", encJob.CustomQuery));
}
+
logHeader.AppendLine("-------------------------------------------");
return logHeader;
|