mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
a690ebb1d1
commit
e2dca3e92a
2 changed files with 27 additions and 8 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue