diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-02-01 20:30:22 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-02-01 20:30:22 +0000 |
| commit | b659936ca5c7d42689462ef14a53f9126d95dc55 (patch) | |
| tree | 70ceeec6413ddf766e88017f6c4b7654956643ea | |
| parent | c4e051bed7318b413bb9ba881678041acbec5991 (diff) | |
| download | rockbox-b659936ca5c7d42689462ef14a53f9126d95dc55.zip rockbox-b659936ca5c7d42689462ef14a53f9126d95dc55.tar.gz rockbox-b659936ca5c7d42689462ef14a53f9126d95dc55.tar.bz2 rockbox-b659936ca5c7d42689462ef14a53f9126d95dc55.tar.xz | |
Give the user a hint on where find the required bootloader file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24441 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | rbutil/rbutilqt/base/bootloaderinstalltcc.cpp | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp b/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp index 73c4603..350aa04 100644 --- a/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp @@ -32,11 +32,14 @@ BootloaderInstallTcc::BootloaderInstallTcc(QObject *parent) QString BootloaderInstallTcc::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/CowonD2Info'>CowonD2Info</a> " + "wiki page on how to obtain the file.<br/>" + "Press Ok to continue and browse your computer for the firmware " + "file."); } bool BootloaderInstallTcc::install(void) |