summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/rbutilFrm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/rbutil/rbutilFrm.cpp b/rbutil/rbutilFrm.cpp
index 4e5d0c8..39f8365 100644
--- a/rbutil/rbutilFrm.cpp
+++ b/rbutil/rbutilFrm.cpp
@@ -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;