diff options
Diffstat (limited to 'src/modules/popupeditor/popupeditor.cpp')
-rw-r--r-- | src/modules/popupeditor/popupeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp index dd1cf24a..34026814 100644 --- a/src/modules/popupeditor/popupeditor.cpp +++ b/src/modules/popupeditor/popupeditor.cpp @@ -1101,7 +1101,7 @@ void KviPopupEditor::itemPressed(KviTalListViewItem *it,const TQPoint &pnt,int c m_pContextPopup->setItemEnabled( m_pContextPopup->insertItem( - *(g_pIconManager->getSmallIcon(KVI_SMALLICON_TQUIT)), + *(g_pIconManager->getSmallIcon(KVI_SMALLICON_QUIT)), __tr2qs("Re&move Popup"), this,TQT_SLOT(removeCurrentPopup())), it); |