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
v3.5.13-sru
tpearson 14 years ago
parent 669a3642fe
commit c44605df80

@ -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..."));

Loading…
Cancel
Save