Maemo: Rename "Simulator" to "Emulator" when referring to Qemu.

No user-visible changes.
This commit is contained in:
Christian Kandeler
2011-02-14 13:56:39 +01:00
parent 229b06d97f
commit a5e6450998
9 changed files with 16 additions and 16 deletions

View File

@@ -106,7 +106,7 @@ void MaemoSshRunner::start()
return;
}
if (m_devConfig->type() == MaemoDeviceConfig::Simulator
if (m_devConfig->type() == MaemoDeviceConfig::Emulator
&& !MaemoQemuManager::instance().qemuIsRunning()) {
MaemoQemuManager::instance().startRuntime();
emitError(tr("Cannot run: Qemu was not running. "