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#/frmAbout.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#/frmAbout.cs')
-rw-r--r-- | win/C#/frmAbout.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index b2df57ed4..1657cad0c 100644 --- a/win/C#/frmAbout.cs +++ b/win/C#/frmAbout.cs @@ -1,7 +1,7 @@ /* frmAbout.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;
@@ -31,7 +31,7 @@ namespace Handbrake private void label_credits_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- Process.Start("http://handbrake.m0k.org/trac/wiki/x264Options");
+ Process.Start("http://handbrake.frtrac/wiki/x264Options");
}
}
}
\ No newline at end of file |