[prev in list] [next in list] [prev in thread] [next in thread] 

List:       knode-devel
Subject:    [Knode-devel] KDE/kdepim
From:       Pino Toscano <toscano.pino () tiscali ! it>
Date:       2007-10-21 22:26:12
Message-ID: 1193005572.755498.10124.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 727845 by pino:

icon renamings:
- mail-find -> edit-find-mail
- mail-replylist -> mail-reply-list


 M  +1 -1      kmail/kmfoldertree.cpp  
 M  +2 -2      kmail/kmmainwidget.cpp  
 M  +1 -1      kmail/searchwindow.cpp  
 M  +1 -1      knode/knmainwidget.cpp  


--- trunk/KDE/kdepim/kmail/kmfoldertree.cpp #727844:727845
@@ -133,7 +133,7 @@
     }
     // non-root search folders
     if ( protocol() == KMFolderTreeItem::Search ) {
-      icon = "mail-find";
+      icon = "edit-find-mail";
     }
     if ( mFolder && mFolder->noContent() ) {
       icon = "folder-grey";
--- trunk/KDE/kdepim/kmail/kmmainwidget.cpp #727844:727845
@@ -2908,7 +2908,7 @@
   mDeleteThreadAction->setShortcut(QKeySequence(Qt::CTRL+Qt::SHIFT+Qt::Key_Delete));
 
   {
-    QAction *action = new KAction(KIcon("mail-find"), i18n("&Find Messages..."), this);
+    QAction *action = new KAction(KIcon("edit-find-mail"), i18n("&Find Messages..."), this);
     actionCollection()->addAction("search_messages", action );
     connect(action, SIGNAL(triggered(bool)), SLOT(slotSearch()));
     action->setShortcut(QKeySequence(Qt::Key_S));
@@ -3095,7 +3095,7 @@
   mReplyAllAction->setShortcut(QKeySequence(Qt::Key_A));
   mReplyActionMenu->addAction( mReplyAllAction );
 
-  mReplyListAction = new KAction(KIcon("mail-replylist"), i18n("Reply to Mailing-&List..."), this);
+  mReplyListAction = new KAction(KIcon("mail-reply-list"), i18n("Reply to Mailing-&List..."), this);
   actionCollection()->addAction("reply_list", mReplyListAction );
   connect(mReplyListAction, SIGNAL(triggered(bool) ), SLOT(slotReplyListToMsg()));
   mReplyListAction->setShortcut(QKeySequence(Qt::Key_L));
--- trunk/KDE/kdepim/kmail/searchwindow.cpp #727844:727845
@@ -308,7 +308,7 @@
   mReplyAllAction  = new KAction(KIcon("mail-reply-all"), i18n("Reply to &All..."), this);
   actionCollection()->addAction("search_reply_all", mReplyAllAction );
   connect(mReplyAllAction, SIGNAL(triggered(bool) ), SLOT(slotReplyAllToMsg()));
-  mReplyListAction  = new KAction(KIcon("mail-replylist"), i18n("Reply to Mailing-&List..."), this);
+  mReplyListAction  = new KAction(KIcon("mail-reply-list"), i18n("Reply to Mailing-&List..."), this);
   actionCollection()->addAction("search_reply_list", mReplyListAction );
   connect(mReplyListAction, SIGNAL(triggered(bool) ), SLOT(slotReplyListToMsg()));
   mForwardActionMenu  = new KActionMenu(KIcon("mail-forward"), i18nc("Message->","&Forward"), this);
--- trunk/KDE/kdepim/knode/knmainwidget.cpp #727844:727845
@@ -770,7 +770,7 @@
   a_ctArtFilterKeyb->setShortcut(QKeySequence(Qt::Key_F6));
 
   a_ctArtSearch = actionCollection()->addAction("article_search");
-  a_ctArtSearch->setIcon(KIcon("mail-find"));
+  a_ctArtSearch->setIcon(KIcon("edit-find-mail"));
   a_ctArtSearch->setText(i18n("&Search Articles..."));
   connect(a_ctArtSearch, SIGNAL(triggered(bool)), SLOT(slotArtSearch()));
   a_ctArtSearch->setShortcut(QKeySequence(Qt::Key_F4));
_______________________________________________
Knode-devel mailing list
Knode-devel@kde.org
https://mail.kde.org/mailman/listinfo/knode-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic