icon renaming:

- mail-new -> mail-message-new

svn path=/trunk/KDE/kdepim/knode/; revision=727859
wilder-work
Pino Toscano 19 years ago
parent 77fa7dad68
commit 4dfcdf5a5d
  1. 2
      kmcomposewin.cpp
  2. 2
      kmmainwidget.cpp

@ -1253,7 +1253,7 @@ void KMComposeWin::setupActions( void )
action = new KAction(KIcon("help-contents"), i18n("&Address Book"), this);
actionCollection()->addAction("addressbook", action );
connect(action, SIGNAL(triggered(bool) ), SLOT(slotAddrBook()));
action = new KAction(KIcon("mail-new"), i18n("&New Composer"), this);
action = new KAction(KIcon("mail-message-new"), i18n("&New Composer"), this);
actionCollection()->addAction("new_composer", action );
connect(action, SIGNAL(triggered(bool) ), SLOT(slotNewComposer()));
action->setShortcuts( KStandardShortcut::shortcut( KStandardShortcut::New ) );

@ -3028,7 +3028,7 @@ void KMMainWidget::setupActions()
//----- Message Menu
{
QAction *action = new KAction(KIcon("mail-new"), i18n("&New Message..."), this);
QAction *action = new KAction(KIcon("mail-message-new"), i18n("&New Message..."), this);
actionCollection()->addAction("new_message", action );
action->setIconText( i18n( "New" ) );
connect(action, SIGNAL(triggered(bool)), SLOT(slotCompose()));

Loading…
Cancel
Save