- tabs--


svn path=/trunk/KDE/kdepim/; revision=729984
wilder-work
Thomas McGuire 19 years ago
parent 15f8267a0d
commit 553e43262b
  1. 4
      kmmainwidget.cpp

@ -2740,7 +2740,7 @@ void KMMainWidget::setupActions()
connect(action, SIGNAL(triggered(bool) ), SLOT(slotExpireAll()));
}
{
QAction *action = new KAction(KIcon("refresh"), i18n("&Refresh Local IMAP Cache"), this);
QAction *action = new KAction(KIcon("view-refresh"), i18n("&Refresh Local IMAP Cache"), this);
actionCollection()->addAction("file_invalidate_imap_cache", action );
connect(action, SIGNAL(triggered(bool) ), SLOT(slotInvalidateIMAPFolders()));
}
@ -3036,7 +3036,7 @@ void KMMainWidget::setupActions()
}
mTemplateMenu = new KActionMenu( KIcon( "document-new" ), i18n("Message From &Template"),
actionCollection() );
actionCollection() );
mTemplateMenu->setDelayed( true );
actionCollection()->addAction("new_from_template", mTemplateMenu );
connect( mTemplateMenu->menu(), SIGNAL( aboutToShow() ), this,

Loading…
Cancel
Save