From b39943e3ff3c900e5d3157cfac993245938a1d5f Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 21 Jan 2016 09:07:48 +0000 Subject: [PATCH] Fix comment --- runtime/BrowserWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/BrowserWindow.cpp b/runtime/BrowserWindow.cpp index 4bb900cd4..4143b0262 100644 --- a/runtime/BrowserWindow.cpp +++ b/runtime/BrowserWindow.cpp @@ -446,7 +446,7 @@ void BrowserWindow::openUrl() urlLinkClicked(QUrl(url)); } -// Open an arbitrary URL +// Edit the app configuration void BrowserWindow::configuration() { QSettings settings;