add link to homepage to about window.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14076 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-07-30 17:33:46 +00:00
parent a690ebb1d1
commit e2dca3e92a
2 changed files with 27 additions and 8 deletions

View file

@ -152,6 +152,7 @@ void RbUtilQt::about()
about.browserCredits->moveCursor(QTextCursor::Start, QTextCursor::MoveAnchor);
QString title = QString("<b>The Rockbox Utility</b> Version %1").arg(VERSION);
about.labelTitle->setText(title);
about.labelHomepage->setText("<a href='http://www.rockbox.org'>http://www.rockbox.org</a>");
window->show();