diff options
author | sr55 <[email protected]> | 2008-06-30 14:24:47 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-06-30 14:24:47 +0000 |
commit | cc794d8c78cbc128db8c6b0c1b33014be17dd958 (patch) | |
tree | 33818ed837a8a7324e96bc82839a0ea1d626a837 /win/C#/app.config | |
parent | 9c5ffcd12957fcf93c4addd7ccc478c85304d047 (diff) |
WinGui:
- Queue system moved into it's own class.
- Queue now uses a listview display instead of a simple list. It now displays some information about each encode instead of the CLI String.
- Misc other Fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1544 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 0b4648b4b..001038654 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>SVN1477</value>
+ <value>SVN1544</value>
</setting>
<setting name="tooltipEnable" serializeAs="String">
<value>Checked</value>
|