summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/configure.cpp')
-rw-r--r--rbutil/rbutilqt/configure.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/configure.cpp b/rbutil/rbutilqt/configure.cpp
index 2e2f2e3531..7507833297 100644
--- a/rbutil/rbutilqt/configure.cpp
+++ b/rbutil/rbutilqt/configure.cpp
@@ -616,6 +616,12 @@ void Config::autodetect()
616 if(detector.errdev() == "h10") 616 if(detector.errdev() == "h10")
617 text = tr("H10 20GB in MTP mode found!\n" 617 text = tr("H10 20GB in MTP mode found!\n"
618 "You need to change your player to UMS mode for installation. "); 618 "You need to change your player to UMS mode for installation. ");
619 if(SystemInfo::platformValue(detector.errdev(),
620 SystemInfo::CurBootloaderMethod) == "ipod")
621 text = tr("%1 \"MacPod\" found!\n"
622 "Rockbox needs a FAT formatted Ipod (so-called \"WinPod\") "
623 "to run. ").arg(SystemInfo::platformValue(
624 detector.errdev(), SystemInfo::CurName).toString());
619 text += tr("Unless you changed this installation will fail!"); 625 text += tr("Unless you changed this installation will fail!");
620 626
621 QMessageBox::critical(this, tr("Fatal error"), text, QMessageBox::Ok); 627 QMessageBox::critical(this, tr("Fatal error"), text, QMessageBox::Ok);