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:
Dominik Wenger 2007-05-16 19:45:09 +00:00
parent 4544c43794
commit de6b78a2fa

View file

@ -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;