summaryrefslogtreecommitdiffstats
path: root/konversation/src/topiclabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/topiclabel.cpp')
-rw-r--r--konversation/src/topiclabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/topiclabel.cpp b/konversation/src/topiclabel.cpp
index 67b3b92..773ac33 100644
--- a/konversation/src/topiclabel.cpp
+++ b/konversation/src/topiclabel.cpp
@@ -48,7 +48,7 @@ namespace Konversation
mousePressed=false;
m_popup = new TQPopupMenu(this,"topiclabel_context_menu");
- m_popup->insertItem(SmallIconSet("editcopy"),i18n("&Copy"),Copy);
+ m_popup->insertItem(SmallIconSet("edit-copy"),i18n("&Copy"),Copy);
m_popup->insertItem(i18n("Select All"),SelectAll);
setupChannelPopupMenu();
@@ -355,7 +355,7 @@ namespace Konversation
}
else if (!link.isEmpty() && !m_copyUrlMenu)
{
- m_popup->insertItem(SmallIcon("editcopy"), i18n("Copy URL to Clipboard"), CopyUrl, 0);
+ m_popup->insertItem(SmallIcon("edit-copy"), i18n("Copy URL to Clipboard"), CopyUrl, 0);
m_popup->insertItem(SmallIcon("bookmark"), i18n("Add to Bookmarks"), Bookmark, 1);
m_copyUrlMenu = true;
m_urlToCopy = link;