summaryrefslogtreecommitdiffstats
path: root/win/CS/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-03-19 15:46:21 +0000
committersr55 <[email protected]>2011-03-19 15:46:21 +0000
commit64503043ab114ffa207431c5c6a2293f1936278d (patch)
tree5fc4b346b4fa2a3db174d5ebd9284a56a2e1ad2b /win/CS/Properties
parent6e531a9eadeeed119e9dbec4e642bde5ff7c42e9 (diff)
WinGui:
- Improvements to the log window code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3850 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Properties')
-rw-r--r--win/CS/Properties/Settings.Designer.cs2
-rw-r--r--win/CS/Properties/Settings.settings2
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/Properties/Settings.Designer.cs b/win/CS/Properties/Settings.Designer.cs
index 5e1a2bfb9..9adc2577f 100644
--- a/win/CS/Properties/Settings.Designer.cs
+++ b/win/CS/Properties/Settings.Designer.cs
@@ -444,7 +444,7 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool clearOldLogs {
get {
return ((bool)(this["clearOldLogs"]));
diff --git a/win/CS/Properties/Settings.settings b/win/CS/Properties/Settings.settings
index 08849f0ea..0a2c6c787 100644
--- a/win/CS/Properties/Settings.settings
+++ b/win/CS/Properties/Settings.settings
@@ -108,7 +108,7 @@
<Value Profile="(Default)">10</Value>
</Setting>
<Setting Name="clearOldLogs" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
+ <Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="showCliForInGuiEncodeStatus" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>