diff options
author | sr55 <[email protected]> | 2009-08-26 16:47:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-26 16:47:33 +0000 |
commit | e1bd59b0d835296f141ea8b20a41f4c34506e3e6 (patch) | |
tree | 243729e7afa7a3382b1bb5b6ba4af60b9361e63d /win/C#/app.config | |
parent | 60fae20f233b2c8c4a0576fe46f5527e9c66552a (diff) |
WinGui:
- Updated Growl to 2.0.0.20
- Added 2 new options. "Growl when queue completes" and "Growl when encode completes"
- Added 1 new option. "Disable Resolution Calculation for "None" and "Custom" modes."
- Changed Filters dropdown menus for consistency and to match the new layout
- Fixed a problem with the Destination save dialog box double appending a file extension. Also added m4v to the filer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2778 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 5a00d0c97..e87b03240 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -115,6 +115,15 @@ <setting name="hb_platform" serializeAs="String">
<value />
</setting>
+ <setting name="disableResCalc" serializeAs="String">
+ <value>False</value>
+ </setting>
+ <setting name="growlQueue" serializeAs="String">
+ <value>False</value>
+ </setting>
+ <setting name="growlEncode" serializeAs="String">
+ <value>False</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|