summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2007-07-14 20:41:02 +0000
committerDominik Wenger <domonoky@googlemail.com>2007-07-14 20:41:02 +0000
commita42a346789bff0d13457d19b22e4e0004be7e479 (patch)
tree9fece0d8c18644bd7ad358099162f34c9860fe28
parent5309d73628b988e191ac99eb749bf562c9edbbf0 (diff)
downloadrockbox-a42a346789bff0d13457d19b22e4e0004be7e479.tar.gz
rockbox-a42a346789bff0d13457d19b22e4e0004be7e479.zip
rbutil: fix the manual url for h100 and h120.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13895 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/rbutil.ini6
-rw-r--r--rbutil/rbutilFrm.cpp2
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
127bootloadermethod=fwpatcher 127bootloadermethod=fwpatcher
128bootloadername=bootloader-h100.bin 128bootloadername=bootloader-h100.bin
129resolution=160x128x2 129resolution=160x128x2
130manualname=rockbox-h1xx 130manualname=rockbox-h100
131 131
132[h120] 132[h120]
133name=Iriver iHP120, iHP140, H120, H140 133name=Iriver iHP120, iHP140, H120, H140
@@ -137,7 +137,7 @@ needsbootloader=yes
137bootloadermethod=fwpatcher 137bootloadermethod=fwpatcher
138bootloadername=bootloader-h120.bin 138bootloadername=bootloader-h120.bin
139resolution=160x128x2 139resolution=160x128x2
140manualname=rockbox-h1xx 140manualname=rockbox-h100
141 141
142[h300] 142[h300]
143name=Iriver H320, H340 143name=Iriver H320, H340
@@ -147,7 +147,7 @@ needsbootloader=yes
147bootloadermethod=fwpatcher 147bootloadermethod=fwpatcher
148bootloadername=bootloader-h300.bin 148bootloadername=bootloader-h300.bin
149resolution=220x176x16 149resolution=220x176x16
150manualname= 150manualname=rockbox-h300
151 151
152[h10_5gbums] 152[h10_5gbums]
153name=Iriver H10 (5/6GB) UMS 153name=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)
139 wxALIGN_CENTER_HORIZONTAL | wxALIGN_CENTER_VERTICAL | wxALL,5); 139 wxALIGN_CENTER_HORIZONTAL | wxALIGN_CENTER_VERTICAL | wxALL,5);
140 140
141 wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY, 141 wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY,
142 wxT("Bootloader installation instructions\n\n" 142 wxT("Bootloader installation\n\n"
143 "Before Rockbox can be installed on your audio player, you " 143 "Before Rockbox can be installed on your audio player, you "
144 "may have to\ninstall a bootloader.\nThis is only necessary the first time " 144 "may have to\ninstall a bootloader.\nThis is only necessary the first time "
145 "Rockbox is installed.")); 145 "Rockbox is installed."));