fix the recorder8mb Manual URL in rbutil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13398 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4544c43794
commit
de6b78a2fa
1 changed files with 3 additions and 3 deletions
|
@ -325,10 +325,10 @@ void rbutilFrm::OnManualUpdate(wxUpdateUIEvent& event)
|
|||
wxString tmp = gv->curplat;
|
||||
|
||||
if(tmp == wxT("h120")) tmp = wxT("h100"); //h120 has the h100 manual
|
||||
if(tmp == wxT("fmrecorder8mb")) tmp = wxT("fmrecorder");
|
||||
if(tmp == wxT("fmrecorder8mb")) tmp = wxT("fmrecorder");
|
||||
if(tmp == wxT("ipodmini1g")) tmp = wxT("ipodmini2g");
|
||||
if(tmp == wxT("recorder8mb")) tmp = wxT("recorderg");
|
||||
|
||||
if(tmp == wxT("recorder8mb")) tmp = wxT("recorder");
|
||||
|
||||
if( tmp == curManualDevice)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue