diff options
author | sr55 <[email protected]> | 2007-12-07 12:58:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-07 12:58:43 +0000 |
commit | 175cd14da19623ac43e63667db39b03c91ff8389 (patch) | |
tree | a1ecd5a81b84b4e5534a6ffeed98d30adfee4cf5 /win/C#/app.config | |
parent | 55bc09575e71972777116cb35fc92b20ab6061f4 (diff) |
WinGui:
- Update check on start-up moved onto a separate thread. Start-up should now be significantly faster. It will no longer stall if the server is slow responding.
- Sparkle style Updater now appears on start-up if an update exists rather than just a text label.
- Main form frmMain has been re-arranged slightly. Resolution boxes and Aspect ratio have been moved onto the picture settings tab. (Allows for more space on the tabbed portion of the window. Audio Tab has been re-arranged.
- Picture cropping text boxes have been changed to numeric boxes.
- Support for 2nd Audio track has been added.
- Support for Forced Subtitles has been added.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1102 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index f71f0560f..92f45da15 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -44,7 +44,7 @@ <value />
</setting>
<setting name="build" serializeAs="String">
- <value>1010</value>
+ <value>1101</value>
</setting>
<setting name="skipversion" serializeAs="String">
<value>0</value>
|