diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-14 11:23:37 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-14 11:23:37 +0100 |
commit | 3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0 (patch) | |
tree | c0febbda6a1eff4693e856eb0bee65b3ac400136 /src/mainwindow.cpp | |
parent | rekonq 0.3.91 (diff) | |
download | rekonq-3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0.tar.xz |
Krazy issues (1st branch)
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 96b4569c..f1999d4f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -664,7 +664,7 @@ void MainWindow::updateWindowTitle(const QString &title) { if(settings->testAttribute(QWebSettings::PrivateBrowsingEnabled)) { - setWindowTitle("rekonq (" + i18n("Private Browsing") + ")"); + setWindowTitle("rekonq (" + i18n("Private Browsing") + ')'); } else { @@ -675,7 +675,7 @@ void MainWindow::updateWindowTitle(const QString &title) { if(settings->testAttribute(QWebSettings::PrivateBrowsingEnabled)) { - setWindowTitle(title + " - rekonq (" + i18n("Private Browsing") + ")"); + setWindowTitle(title + " - rekonq (" + i18n("Private Browsing") + ')'); } else { |