diff options
author | sr55 <[email protected]> | 2007-08-31 12:23:42 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-31 12:23:42 +0000 |
commit | bdd995d08b5a4e7a72063ac58b8c47d629f2a070 (patch) | |
tree | 9979fdc47adb4cc5311f425cbc14e8b8b789219b /win/C#/Properties/Settings.settings | |
parent | 18da7f138f5be947f1f904a78253ddaf39378a60 (diff) |
WinGui:
- Cleaned up the Options window a bit.
- Added On Encode Complete Options (in options)
- A few small UI tweaks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@908 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 0bf338f22..338ca669f 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -140,5 +140,8 @@ <Setting Name="tooltipEnable" Type="System.String" Scope="User">
<Value Profile="(Default)">Checked</Value>
</Setting>
+ <Setting Name="CompletionOption" Type="System.String" Scope="User">
+ <Value Profile="(Default)">Do Nothing</Value>
+ </Setting>
</Settings>
</SettingsFile>
\ No newline at end of file |