From a42a346789bff0d13457d19b22e4e0004be7e479 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Sat, 14 Jul 2007 20:41:02 +0000 Subject: [PATCH] rbutil: fix the manual url for h100 and h120. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13895 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutil.ini | 6 +++--- rbutil/rbutilFrm.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rbutil/rbutil.ini b/rbutil/rbutil.ini index 74e5d75bc5..1ab45ecdcc 100644 --- a/rbutil/rbutil.ini +++ b/rbutil/rbutil.ini @@ -127,7 +127,7 @@ needsbootloader=yes bootloadermethod=fwpatcher bootloadername=bootloader-h100.bin resolution=160x128x2 -manualname=rockbox-h1xx +manualname=rockbox-h100 [h120] name=Iriver iHP120, iHP140, H120, H140 @@ -137,7 +137,7 @@ needsbootloader=yes bootloadermethod=fwpatcher bootloadername=bootloader-h120.bin resolution=160x128x2 -manualname=rockbox-h1xx +manualname=rockbox-h100 [h300] name=Iriver H320, H340 @@ -147,7 +147,7 @@ needsbootloader=yes bootloadermethod=fwpatcher bootloadername=bootloader-h300.bin resolution=220x176x16 -manualname= +manualname=rockbox-h300 [h10_5gbums] name=Iriver H10 (5/6GB) UMS diff --git a/rbutil/rbutilFrm.cpp b/rbutil/rbutilFrm.cpp index 600e418f11..46d91745d1 100644 --- a/rbutil/rbutilFrm.cpp +++ b/rbutil/rbutilFrm.cpp @@ -139,7 +139,7 @@ void rbutilFrm::CreateGUIControls(void) wxALIGN_CENTER_HORIZONTAL | wxALIGN_CENTER_VERTICAL | wxALL,5); wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY, - wxT("Bootloader installation instructions\n\n" + wxT("Bootloader installation\n\n" "Before Rockbox can be installed on your audio player, you " "may have to\ninstall a bootloader.\nThis is only necessary the first time " "Rockbox is installed."));