summaryrefslogtreecommitdiffstats
path: root/kshowmail/kcmconfigs/configactions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/kcmconfigs/configactions.cpp')
-rw-r--r--kshowmail/kcmconfigs/configactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshowmail/kcmconfigs/configactions.cpp b/kshowmail/kcmconfigs/configactions.cpp
index 98edf8c..dccc8cd 100644
--- a/kshowmail/kcmconfigs/configactions.cpp
+++ b/kshowmail/kcmconfigs/configactions.cpp
@@ -71,7 +71,7 @@ ConfigActions::ConfigActions( TQWidget * parent, const char * name, const TQStri
TQToolTip::add( chkNewMailsCommand, i18n( "Starts external program if new mail" ) );
layMainNewMailsDown->addWidget( chkNewMailsCommand, 1, 0 );
- btnNewMailsExecCommand = new KPushButton( KGuiItem( TQString(), TQString( "exec" ), i18n( "Start the selected program" ), i18n( "Start the selected program" ) ), gboxNewMails, "btnNewMailsExecCommand" );
+ btnNewMailsExecCommand = new KPushButton( KGuiItem( TQString(), TQString( "application-x-executable" ), i18n( "Start the selected program" ), i18n( "Start the selected program" ) ), gboxNewMails, "btnNewMailsExecCommand" );
layMainNewMailsDown->addWidget( btnNewMailsExecCommand, 1, 1 );
txtNewMailsCommand = new KLineEdit( gboxNewMails, "txtNewMailsCommand" );