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
|
@ -327,7 +327,7 @@ void rbutilFrm::OnManualUpdate(wxUpdateUIEvent& event)
|
|||
if(tmp == wxT("h120")) tmp = wxT("h100"); //h120 has the h100 manual
|
||||
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