Use proper icon for "Close"

svn path=/trunk/kdebase/kwin/; revision=158507
icc-effect-5.14.5
Nadeem Hasan 2002-05-29 21:28:57 +00:00
parent f1638b1238
commit 23902d7580
1 changed files with 1 additions and 1 deletions

View File

@ -1635,7 +1635,7 @@ QPopupMenu* Workspace::clientPopup( Client* c )
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;
}