diff options
Diffstat (limited to 'src/modules/eventeditor/eventeditor.cpp')
-rw-r--r-- | src/modules/eventeditor/eventeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/eventeditor/eventeditor.cpp b/src/modules/eventeditor/eventeditor.cpp index 3a6b6b24..8c13eac4 100644 --- a/src/modules/eventeditor/eventeditor.cpp +++ b/src/modules/eventeditor/eventeditor.cpp @@ -156,7 +156,7 @@ void KviEventEditor::itemPressed(KviTalListViewItem *it,const TQPoint &pnt,int c //m_pContextPopup->setItemChecked(id,((KviEventHandlerListViewItem *)it)->m_bEnabled); m_pContextPopup->insertItem( - *(g_pIconManager->getSmallIcon(KVI_SMALLICON_TQUIT)), + *(g_pIconManager->getSmallIcon(KVI_SMALLICON_QUIT)), __tr2qs("Re&move Handler"), this,TQT_SLOT(removeCurrentHandler())); m_pContextPopup->insertItem( |