Use proper icon for "Close"

svn path=/trunk/kdebase/kwin/; revision=158507
This commit is contained in:
Nadeem Hasan 2002-05-29 21:28:57 +00:00
parent f1638b1238
commit 23902d7580

View file

@ -1635,7 +1635,7 @@ QPopupMenu* Workspace::clientPopup( Client* c )
popup->insertSeparator(); popup->insertSeparator();
popup->insertItem( SmallIconSet( "remove" ), i18n("&Close")+'\t'+keys->shortcut("Window Close").toString(), Options::CloseOp ); popup->insertItem( SmallIconSet( "fileclose" ), i18n("&Close")+'\t'+keys->shortcut("Window Close").toString(), Options::CloseOp );
} }
return popup; return popup;
} }