diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-22 05:45:38 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-22 05:45:38 +0000 |
commit | c44605df808a0c70a27bf535b3acb247471ab0db (patch) | |
tree | 0dd1ce7a6cf23e041cdfeb168fdc1ae01ff0f9bd /kicker | |
parent | 669a3642fe3c59aae0474e67e0b8de3e076e0cd8 (diff) | |
download | tdebase-c44605df808a0c70a27bf535b3acb247471ab0db.tar.gz tdebase-c44605df808a0c70a27bf535b3acb247471ab0db.zip |
Fixed a couple of typos in the previous kdebase commit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1166515 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/kicker/ui/k_mnu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/k_mnu.cpp b/kicker/kicker/ui/k_mnu.cpp index ae5076501..50ceceea9 100644 --- a/kicker/kicker/ui/k_mnu.cpp +++ b/kicker/kicker/ui/k_mnu.cpp @@ -220,7 +220,7 @@ void PanelKMenu::initialize() PanelServiceMenu::initialize(); // Insert search field - if (KickerSettings::UseSearchBar()) + if (KickerSettings::useSearchBar()) { TQHBox* hbox = new TQHBox( this ); KToolBarButton *clearButton = new KToolBarButton( "locationbar_erase", 0, hbox ); searchEdit = new KPIM::ClickLineEdit(hbox, " "+i18n("Press '/' to search...")); |