Use proper icon for "Close"
svn path=/trunk/kdebase/kwin/; revision=158507
This commit is contained in:
parent
f1638b1238
commit
23902d7580
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue