diff options
author | sr55 <[email protected]> | 2010-05-19 20:13:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-05-19 20:13:53 +0000 |
commit | f6b620012c27bc2858ea0ad198bd3edf34965ca3 (patch) | |
tree | 558aa1a7dfecb8ed69bca9e59ef1c93897ea9d8b /win/C#/Properties/Settings.settings | |
parent | 7fda78b54bdc920653ca3d9d2da0be56712c0a77 (diff) |
WinGui:
- In-Gui encode status is now own by default.
- Added a progress bar and tidied up the appearance of the status text.
- Tweaked the preview window design.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3307 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 7fa5698e2..e6f6778f2 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -75,7 +75,7 @@ <Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="enocdeStatusInGui" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
+ <Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="trayIconAlerts" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
@@ -120,7 +120,7 @@ <Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="showCliForInGuiEncodeStatus" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
+ <Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="AutoNameTitleCase" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
|