diff options
author | sr55 <[email protected]> | 2008-07-07 22:05:18 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-07-07 22:05:18 +0000 |
commit | e102ca7f6cfd706c1f153b2ea7ec6b2f58ba1720 (patch) | |
tree | e6dd8fe4edfb45853a3f6910b676a1a5207eaf74 /win/C#/app.config | |
parent | b87f5a6f8535c6fd6d86fa90079eb9185a457620 (diff) |
WinGui:
- Version information now pulled from the CLI (any problems with this breaking on Vista let me know plz!)
- GUI startup optimized to counter the effect of the slightly sluggish version check from CLI (above)
- Added "Format" box just like the macgui. Move the Video Codec dropdown to the correct position on the video tab.
- Few other changes to mimic the macgui.
- Changed Functions.CLI to Functions.Encode
- Cleaned up and added icons to the source menu.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1558 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 44aab93a6..329066a42 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -20,7 +20,7 @@ <value>Checked</value>
</setting>
<setting name="hb_version" serializeAs="String">
- <value>SVN1544</value>
+ <value>{hb_version}</value>
</setting>
<setting name="tooltipEnable" serializeAs="String">
<value>Checked</value>
@@ -32,7 +32,7 @@ <value>Checked</value>
</setting>
<setting name="hb_build" serializeAs="String">
- <value>2008053100</value>
+ <value>0</value>
</setting>
<setting name="skipversion" serializeAs="String">
<value>0</value>
|