diff options
author | sr55 <[email protected]> | 2008-04-04 16:09:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-04-04 16:09:04 +0000 |
commit | 8747cd2227c1d7e295e7c6596b6ba32a35be595b (patch) | |
tree | 8a1a003d3bf7882bafda9315cc6dee3158c3ca6a /win/C#/frmOptions.cs | |
parent | 65fd8a79dbc5756d41349c22f82c659c892b75bc (diff) |
- New Audio Panel (Query Parser, Query Generator, Preset Loader Functions all updated)
This includes minor changes to the UI (e.g in the 'Output Settings' box)
- UI Improvments for Windows Vista and XP where non Classic theme is used.
- Activity Window can now view the log whilst an encode is going. (Doesn't live update... yet TODO!)
- Changed Radio File/Folder option for Source Browse to a single checkbox. Folder view by default.
Check "File mode" for file selection dialog.
- Misc other UI changes
- Update checker won't display an error message during statup if one occurs whilst checking the update.
The message was hidden behind the splash screen. This is now not a problem.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1375 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.cs')
-rw-r--r-- | win/C#/frmOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmOptions.cs b/win/C#/frmOptions.cs index 000afdc3d..d233b5761 100644 --- a/win/C#/frmOptions.cs +++ b/win/C#/frmOptions.cs @@ -1,7 +1,7 @@ /* frmOptions.cs $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr>.
It may be used under the terms of the GNU General Public License. */
using System;
|