Add an icon to the specific window settings dialog. It takes the same icon as the contextual menu uses.
svn path=/trunk/KDE/kdebase/workspace/; revision=1067398
This commit is contained in:
parent
d11c82c3fe
commit
2f05afa150
1 changed files with 1 additions and 0 deletions
|
@ -710,6 +710,7 @@ RulesDialog::RulesDialog( QWidget* parent, const char* name )
|
|||
setModal( true );
|
||||
setCaption( i18n( "Edit Window-Specific Settings" ) );
|
||||
setButtons( Ok | Cancel );
|
||||
setWindowIcon(KIcon("preferences-system-windows-actions"));
|
||||
|
||||
widget = new RulesWidget( this );
|
||||
setMainWidget( widget );
|
||||
|
|
Loading…
Reference in a new issue