CVS commit by gerken: Fix icons M +4 -4 jabberaccount.cpp 1.64 --- kdenonbeta/kopete/protocols/jabber/jabberaccount.cpp #1.63:1.64 @@ -155,10 +155,10 @@ KActionMenu *JabberAccount::actionMenu ( m_actionMenu->popupMenu()->insertSeparator(); - m_actionMenu->insert(new KAction (i18n ("Join Groupchat..."), "filenew", 0, + m_actionMenu->insert(new KAction (i18n ("Join Groupchat..."), "personal", 0, this, SLOT (slotJoinNewChat ()), this, "actionJoinChat")); m_actionMenu->popupMenu()->insertSeparator(); - m_actionMenu->insert(new KAction (i18n ("Services..."), "filenew", 0, + m_actionMenu->insert(new KAction (i18n ("Services..."), "network", 0, this, SLOT (slotGetServices ()), this, "actionJabberServices")); - m_actionMenu->insert(new KAction (i18n ("Send Raw Packet to Server..."), "filenew", 0, + m_actionMenu->insert(new KAction (i18n ("Send Raw Packet to Server..."), "mail_new", 0, this, SLOT (slotSendRaw ()), this, "actionJabberSendRaw")); m_actionMenu->insert(new KAction (i18n ("Edit User Info..."), "identity", 0,