diff --git a/rbutil/rbutilqt/aboutbox.ui b/rbutil/rbutilqt/aboutbox.ui
index 6d4389daee..dff0550441 100644
--- a/rbutil/rbutilqt/aboutbox.ui
+++ b/rbutil/rbutilqt/aboutbox.ui
@@ -6,7 +6,7 @@
0
0
443
- 450
+ 482
@@ -21,7 +21,7 @@
- :/icons/icons/rbutil.xpm
+ :/icons/icons/rbutil.xpm
@@ -53,8 +53,7 @@
Installer and housekeeping utility for the Rockbox open source digital audio player firmware.
© 2005 - 2007 The Rockbox Team.
-Released under the GNU General Public License v2.
-
+Released under the GNU General Public License v2.
true
@@ -65,6 +64,25 @@ Released under the GNU General Public License v2.
-
+
+
+ http://www.rockbox.org
+
+
+ Qt::AutoText
+
+
+ Qt::AlignCenter
+
+
+ true
+
+
+ Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction
+
+
+
+ -
0
@@ -117,7 +135,7 @@ Released under the GNU General Public License v2.
- -
+
-
Qt::Horizontal
@@ -130,14 +148,14 @@ Released under the GNU General Public License v2.
- -
+
-
&Ok
- -
+
-
Qt::Horizontal
@@ -153,7 +171,7 @@ Released under the GNU General Public License v2.
-
+
diff --git a/rbutil/rbutilqt/rbutilqt.cpp b/rbutil/rbutilqt/rbutilqt.cpp
index 848d087bf9..286047e2a7 100644
--- a/rbutil/rbutilqt/rbutilqt.cpp
+++ b/rbutil/rbutilqt/rbutilqt.cpp
@@ -152,6 +152,7 @@ void RbUtilQt::about()
about.browserCredits->moveCursor(QTextCursor::Start, QTextCursor::MoveAnchor);
QString title = QString("The Rockbox Utility Version %1").arg(VERSION);
about.labelTitle->setText(title);
+ about.labelHomepage->setText("http://www.rockbox.org");
window->show();