summaryrefslogtreecommitdiff
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
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
-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)
31QString BootloaderInstallAms::ofHint() 31QString BootloaderInstallAms::ofHint()
32{ 32{
33 return tr("Bootloader installation requires you to provide " 33 return tr("Bootloader installation requires you to provide "
34 "a firmware file of the original firmware (bin file). " 34 "a firmware file of the original firmware (bin file). "
35 "You need to download this file yourself due to legal " 35 "You need to download this file yourself due to legal "
36 "reasons." 36 "reasons. Please refer to the "
37 "Press Ok to continue and browse your computer for the firmware " 37 "<a href='http://www.rockbox.org/manual.shtml'>manual</a> and the "
38 "file."); 38 "<a href='http://www.rockbox.org/wiki/SansaAMS'>SansaAMS</a> "
39 "wiki page on how to obtain this file.<br/>"
40 "Press Ok to continue and browse your computer for the firmware "
41 "file.");
39} 42}
40 43
41bool BootloaderInstallAms::install(void) 44bool BootloaderInstallAms::install(void)