summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-10-26 22:18:27 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-10-26 22:18:27 +0000
commit18e6547ffac003173cc7e980d04085cf88a91239 (patch)
tree5433a3666c1dc0cb5c8f14d3f03bc21e90ab6066 /rbutil/rbutilqt
parent9e004746cdd96a8cf38836e8ed6e0e3075139d35 (diff)
downloadrockbox-18e6547ffac003173cc7e980d04085cf88a91239.tar.gz
rockbox-18e6547ffac003173cc7e980d04085cf88a91239.zip
Add a pointer to the manual and wiki for finding an OF file for AMS bootloader installation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23364 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt')
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstallams.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallams.cpp b/rbutil/rbutilqt/base/bootloaderinstallams.cpp
index 7de6ee6837..fddbd18820 100644
--- a/rbutil/rbutilqt/base/bootloaderinstallams.cpp
+++ b/rbutil/rbutilqt/base/bootloaderinstallams.cpp
@@ -31,11 +31,14 @@ BootloaderInstallAms::BootloaderInstallAms(QObject *parent)
QString BootloaderInstallAms::ofHint()
{
return tr("Bootloader installation requires you to provide "
- "a firmware file of the original firmware (bin file). "
- "You need to download this file yourself due to legal "
- "reasons."
- "Press Ok to continue and browse your computer for the firmware "
- "file.");
+ "a firmware file of the original firmware (bin file). "
+ "You need to download this file yourself due to legal "
+ "reasons. Please refer to the "
+ "<a href='http://www.rockbox.org/manual.shtml'>manual</a> and the "
+ "<a href='http://www.rockbox.org/wiki/SansaAMS'>SansaAMS</a> "
+ "wiki page on how to obtain this file.<br/>"
+ "Press Ok to continue and browse your computer for the firmware "
+ "file.");
}
bool BootloaderInstallAms::install(void)