diff options
author | sr55 <[email protected]> | 2007-09-24 20:19:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-24 20:19:13 +0000 |
commit | c6dde7079e2e1dbd7b567054f06742f998a92ff4 (patch) | |
tree | 6cca197db5fd09430827a7166ca62fc0f2778c6a /win/C#/app.config | |
parent | 75e20b1d703e59b9a74738bf5301e6352b428a33 (diff) |
WinGUI:
- Stage 1 implementation of new Preset's System (Mimic's the MacGUI
- Tab Index's fixed. Faster form generation in Visual Studio. May improve performance slightly.
- Queue window size fix
Note: One of the previous rev's shaved 2 Seconds off the startup time.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@987 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 19f12804a..92e8a7186 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -145,6 +145,9 @@ <setting name="CompletionOption" serializeAs="String">
<value>Do Nothing</value>
</setting>
+ <setting name="SelectedPreset" serializeAs="String">
+ <value />
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration>
\ No newline at end of file |