fix for Bug #63619 - Thanks for the patch provided by Paul Sprakes

CCMAIL: 63619-fixed@bugs.kde.org

svn path=/trunk/kdepim/; revision=331596
wilder-work
Andreas Gungl 22 years ago
parent 045ea166d9
commit f954b08ddd
  1. 5
      kmmainwidget.cpp

@ -2367,8 +2367,9 @@ void KMMainWidget::setupActions()
SLOT(slotBounceMsg()), actionCollection(), "bounce" );
//----- Create filter actions
mFilterMenu = new KActionMenu( i18n("&Create Filter"), actionCollection(), "create_filter" );
mFilterMenu = new KActionMenu( i18n("&Create Filter"), "filter", actionCollection(), "create_filter" );
connect( mFilterMenu, SIGNAL(activated()), this,
SLOT(slotFilter()) );
mSubjectFilterAction = new KAction( i18n("Filter on &Subject..."), 0, this,
SLOT(slotSubjectFilter()),
actionCollection(), "subject_filter");

Loading…
Cancel
Save