diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-10-26 22:18:27 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-10-26 22:18:27 +0000 |
| commit | 18e6547ffac003173cc7e980d04085cf88a91239 (patch) | |
| tree | 5433a3666c1dc0cb5c8f14d3f03bc21e90ab6066 | |
| parent | 9e004746cdd96a8cf38836e8ed6e0e3075139d35 (diff) | |
| download | rockbox-18e6547ffac003173cc7e980d04085cf88a91239.zip rockbox-18e6547ffac003173cc7e980d04085cf88a91239.tar.gz rockbox-18e6547ffac003173cc7e980d04085cf88a91239.tar.bz2 rockbox-18e6547ffac003173cc7e980d04085cf88a91239.tar.xz | |
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.cpp | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallams.cpp b/rbutil/rbutilqt/base/bootloaderinstallams.cpp index 7de6ee6..fddbd18 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) |