summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bfc3b926..4d2bb7ed 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -322,7 +322,7 @@ MOBase::IPluginGame *determineCurrentGame(QString const &moPath, QSettings &sett
//The following code would try to determine the right game to mange but it would usually find the wrong one
//so it was commented out.
- /*
+ /*
//OK, we are in a new setup or existing info is useless.
//See if MO has been installed inside a game directory
for (IPluginGame * const game : plugins.plugins<IPluginGame>()) {
@@ -383,7 +383,7 @@ MOBase::IPluginGame *determineCurrentGame(QString const &moPath, QSettings &sett
}
}
reportError(QObject::tr("No game identified in \"%1\". The directory is required to contain "
- "the game binary and its launcher.").arg(gamePath));
+ "the game binary.").arg(gamePath));
}
}
@@ -715,5 +715,6 @@ int main(int argc, char *argv[])
return result;
}
argc = 1;
+ moshortcut = MOShortcut("");
} while (true);
}