From f9bf62e3adbf66d521cf0f6b70e9820b1f4ab498 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 22 Feb 2012 23:19:58 +0100 Subject: Fix post installation hint for h100 / h300 players. Change-Id: I7af8883253281c85fef52001b291fcd942772e3d --- rbutil/rbutilqt/base/bootloaderinstallbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil') diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp index aa3a977d16..87e414413d 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp @@ -212,7 +212,7 @@ QString BootloaderInstallBase::postinstallHints(QString model) if(model != "sansafuzeplus") { msg += tr("
  • Safely remove your player.
  • "); } - if(model == "h100" || model == "h120" || model == "h300" || + if(model == "iriverh100" || model == "iriverh120" || model == "iriverh300" || model == "ondavx747") { hint = true; msg += tr("
  • Reboot your player into the original firmware.
  • " -- cgit v1.2.3