diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-19 02:36:27 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-19 02:36:27 +0100 |
commit | 3d67f611a66096f19e1a6521f257ea748effb27f (patch) | |
tree | 1ddb60279e3a2aca424ed3affccc37f402d68b08 | |
parent | Merge commit 'refs/merge-requests/90' of git://gitorious.org/rekonq/mainline ... (diff) | |
download | rekonq-3d67f611a66096f19e1a6521f257ea748effb27f.tar.xz |
Pano, please compile your code && your changes before asking for a
merge request..
-rw-r--r-- | src/settings/settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/settingsdialog.cpp b/src/settings/settingsdialog.cpp index 0b9d8e85..e7a9d1e8 100644 --- a/src/settings/settingsdialog.cpp +++ b/src/settings/settingsdialog.cpp @@ -151,7 +151,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) , d(new Private(this)) { showButtonSeparator(false); - setWindowTitle(i18nic("Window title of the settings dialog", "Configure – rekonq")); + setWindowTitle(i18nc("Window title of the settings dialog", "Configure – rekonq")); setModal(true); readConfig(); |