Forward port:

SVN commit 464604 by nhasan:

The 'Ok' button was unnecessary and downright confusing.

svn path=/trunk/KDE/kdepim/; revision=464989
wilder-work
Ingo Klcker 21 years ago
parent 4b2759e602
commit 350e8325a9
  1. 3
      managesievescriptsdialog.cpp

@ -32,7 +32,8 @@ inline const Q3CheckListItem * qcli_cast( const Q3ListViewItem * lvi ) {
}
KMail::ManageSieveScriptsDialog::ManageSieveScriptsDialog( QWidget * parent, const char * name )
: KDialogBase( Plain, i18n( "Manage Sieve Scripts" ), Ok|Close, Ok, parent, name, false ),
: KDialogBase( Plain, i18n( "Manage Sieve Scripts" ), Close, Close,
parent, name, false ),
mSieveEditor( 0 ),
mContextMenuItem( 0 ),
mWasActive( false )

Loading…
Cancel
Save