aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index ec6d5984..9c965829 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -332,7 +332,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n"
"\n"
"The launcher cannot continue until you fix this problem."
- ).arg(dataPath);
+ ).arg(dataPath)
);
return;
}
@@ -350,7 +350,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n"
"\n"
"The launcher cannot continue until you fix this problem."
- ).arg(dataPath);
+ ).arg(dataPath)
);
return;
}
@@ -510,7 +510,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n"
"\n"
"The launcher cannot continue until you fix this problem."
- ).arg(dataPath);
+ ).arg(dataPath)
);
return;
}