rbutil: fix the manual url for h100 and h120.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13895 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2007-07-14 20:41:02 +00:00
parent 5309d73628
commit a42a346789
2 changed files with 4 additions and 4 deletions

View file

@ -127,7 +127,7 @@ needsbootloader=yes
bootloadermethod=fwpatcher bootloadermethod=fwpatcher
bootloadername=bootloader-h100.bin bootloadername=bootloader-h100.bin
resolution=160x128x2 resolution=160x128x2
manualname=rockbox-h1xx manualname=rockbox-h100
[h120] [h120]
name=Iriver iHP120, iHP140, H120, H140 name=Iriver iHP120, iHP140, H120, H140
@ -137,7 +137,7 @@ needsbootloader=yes
bootloadermethod=fwpatcher bootloadermethod=fwpatcher
bootloadername=bootloader-h120.bin bootloadername=bootloader-h120.bin
resolution=160x128x2 resolution=160x128x2
manualname=rockbox-h1xx manualname=rockbox-h100
[h300] [h300]
name=Iriver H320, H340 name=Iriver H320, H340
@ -147,7 +147,7 @@ needsbootloader=yes
bootloadermethod=fwpatcher bootloadermethod=fwpatcher
bootloadername=bootloader-h300.bin bootloadername=bootloader-h300.bin
resolution=220x176x16 resolution=220x176x16
manualname= manualname=rockbox-h300
[h10_5gbums] [h10_5gbums]
name=Iriver H10 (5/6GB) UMS name=Iriver H10 (5/6GB) UMS

View file

@ -139,7 +139,7 @@ void rbutilFrm::CreateGUIControls(void)
wxALIGN_CENTER_HORIZONTAL | wxALIGN_CENTER_VERTICAL | wxALL,5); wxALIGN_CENTER_HORIZONTAL | wxALIGN_CENTER_VERTICAL | wxALL,5);
wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY, 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 " "Before Rockbox can be installed on your audio player, you "
"may have to\ninstall a bootloader.\nThis is only necessary the first time " "may have to\ninstall a bootloader.\nThis is only necessary the first time "
"Rockbox is installed.")); "Rockbox is installed."));