From 557b6fa8af52b2433c1b716ac485701287ed8e42 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 18 Dec 2011 14:33:41 +1000 Subject: [PATCH] idiotic typo (forgot quotes in previous commit) --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index a0a2216b..e96b0681 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1154,7 +1154,7 @@ void MainWindow::RestartApplication(bool force_login) QStringList args; args << "-n"; // -n option is important, as it opens a new process - args << apppath << -p; + args << apppath << "-p"; if (force_login) args << "-l"; // -p starts with 1 second delay, to give this process time to save..