diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2016-06-25 14:03:37 +0100 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2016-06-25 14:03:37 +0100 |
| commit | 6b60d54853e15343a5f09889c4db5757e9f81823 (patch) | |
| tree | adbb17ec4bf57e4d59bf5f839f177aec2d35e970 /src | |
| parent | c7101be7d8a077eba563a6fd6f15ec8169eeca51 (diff) | |
Extra question box functionality
Diffstat (limited to 'src')
| -rw-r--r-- | src/organizercore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 4267573b..f202d447 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -970,7 +970,7 @@ HANDLE OrganizerCore::spawnBinaryDirect(const QFileInfo &binary, const QString & if ((window != nullptr) && (!window->isVisible())) {
window = nullptr;
}
- if (QuestionBoxMemory::query(window, "steamQuery",
+ if (QuestionBoxMemory::query(window, "steamQuery", binary.fileName(),
tr("Start Steam?"),
tr("Steam is required to be running already to correctly start the game. "
"Should MO try to start steam now?"),
|
