summaryrefslogtreecommitdiffstats
path: root/koshell
diff options
context:
space:
mode:
Diffstat (limited to 'koshell')
-rw-r--r--koshell/koshell_shell.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/koshell/koshell_shell.cc b/koshell/koshell_shell.cc
index fc5ac0cf..aaff3c02 100644
--- a/koshell/koshell_shell.cc
+++ b/koshell/koshell_shell.cc
@@ -671,8 +671,8 @@ void KoShellWindow::tab_contextMenu(TQWidget * w,const TQPoint &p)
{
TDEPopupMenu menu;
TDEIconLoader il;
- int const mnuSave = menu.insertItem( il.loadIconSet( "filesave", TDEIcon::Small ), i18n("Save") );
- int const mnuClose = menu.insertItem( il.loadIcon( "fileclose", TDEIcon::Small ), i18n("Close") );
+ int const mnuSave = menu.insertItem( il.loadIconSet( "document-save", TDEIcon::Small ), i18n("Save") );
+ int const mnuClose = menu.insertItem( il.loadIcon( "window-close", TDEIcon::Small ), i18n("Close") );
int tabnr = m_pFrame->indexOf( w );
Page page = m_lstPages[tabnr];