From 6b60d54853e15343a5f09889c4db5757e9f81823 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Sat, 25 Jun 2016 14:03:37 +0100 Subject: Extra question box functionality --- src/organizercore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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?"), -- cgit v1.3.1