diff options
author | sr55 <[email protected]> | 2008-05-07 20:43:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-05-07 20:43:49 +0000 |
commit | c99236b3cd8fff2b67e93fb8a8c3a8f76dca223a (patch) | |
tree | fc2035a531fea21ed5206a93ac3cccdfc6ef6ae6 /win/C#/app.config | |
parent | 707962e0c733ca594a790ec5213eb85455b7dd64 (diff) |
WinGui:
- Got rid of the DVD info window. DVD information can now be read from the activity window.
- Removed some unused code calls to frmDvdInfo.
- Changed frmActivityWindow design, removed all buttons, text window now expands as the window size grows. Basically, the window is identical to the MacGUI window now.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1454 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 61a016d11..1b9181203 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -32,7 +32,7 @@ <value>Checked</value>
</setting>
<setting name="hb_build" serializeAs="String">
- <value>2008041701</value>
+ <value>2008043001</value>
</setting>
<setting name="skipversion" serializeAs="String">
<value>0</value>
|