removed still broken filter dialog from menus (for Beta3 release)

svn path=/trunk/kdenetwork/kmail/; revision=4733
wilder-work
Stefan Taferner 29 years ago
parent e94c77c3d6
commit 3b83030a35
  1. 2
      kmmainwin.cpp

@ -725,9 +725,11 @@ void KMMainWin::setupMenuBar()
fileMenu->insertSeparator();
fileMenu->insertItem(nls->translate("&Settings..."), this,
SLOT(slotSettings()));
#ifdef TESTING
fileMenu->insertItem(nls->translate("&Filter..."), this,
// SLOT(slotFilter()));
SLOT(slotUnimplemented()));
#endif
fileMenu->insertItem(nls->translate("&Addressbook..."), this,
SLOT(slotAddrBook()));
fileMenu->insertSeparator();

Loading…
Cancel
Save