diff options
author | sr55 <[email protected]> | 2007-10-14 11:44:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-10-14 11:44:54 +0000 |
commit | 630588694d7c2c070024ccf580125edbe49e6497 (patch) | |
tree | 716d63f49b4335ecae8be60eda81ca9f2e6cbffe /win/C#/app.config | |
parent | 46fb7d4c533333b92f2c3ed2ddf6f3d1a830ab6c (diff) |
WinGUI:
- New development tab (hidden in release builds) for testing functions.
- Fixed: chapter markers now get saved when using "set default" option
- Fixed: crash on query editor if copy was used with an empty text box
- Fixed: a few corrupted presets
- Added: Width / height & anamorphic options get highlighted in red if someone tries to change the width/height when anamorphic is enabled. (text explanation added)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1024 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 8b3000c21..36011680b 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -8,7 +8,7 @@ <userSettings>
<Handbrake.Properties.Settings>
<setting name="GuiVersion" serializeAs="String">
- <value>2.4.1</value>
+ <value>2.4.2</value>
</setting>
<setting name="updateFile" serializeAs="String">
<value>http://download.m0k.org/handbrake/windows/update.txt</value>
@@ -128,7 +128,7 @@ <value />
</setting>
<setting name="CliVersion" serializeAs="String">
- <value>0.9.1</value>
+ <value>0.9.2</value>
</setting>
<setting name="GuiDebug" serializeAs="String">
<value>Checked</value>
@@ -148,6 +148,9 @@ <setting name="selectedPreset" serializeAs="String">
<value />
</setting>
+ <setting name="chapterMarker" serializeAs="String">
+ <value />
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration>
\ No newline at end of file |