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

List:       kde-commits
Subject:    playground/sysadmin/ksystemlog/src
From:       Jakob Petsovits <jpetso () gmx ! at>
Date:       2007-12-08 20:05:20
Message-ID: 1197144320.254301.8733.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 746373 by jpetso:

Icon renaming (code changes - playground):
mail -> mail-message, or mail-message-new


 M  +3 -3      mainWindow.cpp  
 M  +1 -1      modes/postfix/postfixLogMode.h  


--- trunk/playground/sysadmin/ksystemlog/src/mainWindow.cpp #746372:746373
@@ -627,7 +627,7 @@
 	
 	d->sendMailAction = actionCollection()->addAction("send_mail");
 	d->sendMailAction->setText(i18n("&Email Selection..."));
-	d->sendMailAction->setIcon(KIcon("mail"));
+	d->sendMailAction->setIcon(KIcon("mail-message-new"));
 	d->sendMailAction->setShortcut(Qt::CTRL + Qt::Key_M);
 	d->sendMailAction->setToolTip(i18n("Send the selection by mail"));
 	d->sendMailAction->setWhatsThis(i18n("Sends the selection by mail. Simply select \
the important lines and click on this menu entry to send the selection to a friend or \
a mailing list."));	 @@ -781,8 +781,8 @@
 	QList<QAction*> menuLogModeActions;
 	QList<QAction*> toolBarLogModeActions;
 	
-	KActionMenu* servicesAction = new KActionMenu(KIcon("launch"), i18n("Services"), \
                this); 
-	KActionMenu* othersAction = new KActionMenu(KIcon("gear"), i18n("Others"), this);
+	KActionMenu* servicesAction = new \
KActionMenu(KIcon("preferences-system-session-services"), i18n("Services"), this);  \
+	KActionMenu* othersAction = new KActionMenu(KIcon("preferences-other"), \
i18n("Others"), this);  
 	d->logModesActionGroup=new QActionGroup(actionCollection());
 	
--- trunk/playground/sysadmin/ksystemlog/src/modes/postfix/postfixLogMode.h \
#746372:746373 @@ -30,7 +30,7 @@
 /**
  * Postfix Log Icon
  */
-#define POSTFIX_MODE_ICON "mail"
+#define POSTFIX_MODE_ICON "mail-message"
 
 #include <QString>
 #include <QList>


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

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