diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-09 02:29:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-09 02:29:11 +0100 |
commit | c0e5507895a938b19881e1747b26b9914868d61f (patch) | |
tree | 2bb753e542cd06aab69dbb41af76788ac780678d /src/settings.cpp | |
parent | Add destrctors'code, as needed. Fixed closing application bug. (diff) | |
download | rekonq-c0e5507895a938b19881e1747b26b9914868d61f.tar.xz |
Added gray "Search.." on searchbar
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 2a440c19..74376ea8 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -48,7 +48,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) setMainWidget(widget); - setWindowTitle( i18n("Setting reKonq..") ); + setWindowTitle( i18n("Setting rekonq..") ); setButtons( KDialog::Ok | KDialog::Close | KDialog::Apply ); setModal(true); |