summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:10 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:10 -0500
commit0f68cf65a28576703ebff96f300d45326b38b9ac (patch)
treef4bc0dddd3018645cf2c5733ba528c130eb85bba
parent252bf9a457e22c0ee032e0f3cdac62c5b9fb59c4 (diff)
downloadkshowmail-0f68cf65a28576703ebff96f300d45326b38b9ac.tar.gz
kshowmail-0f68cf65a28576703ebff96f300d45326b38b9ac.zip
Fix exec icon location and bring it into XDG compliancer14.0.0
-rw-r--r--kshowmail/kcmconfigs/configactions.cpp2
-rw-r--r--kshowmail/kcmconfigs/kshowmailconfiggeneral.desktop2
2 files changed, 2 insertions, 2 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" );
diff --git a/kshowmail/kcmconfigs/kshowmailconfiggeneral.desktop b/kshowmail/kcmconfigs/kshowmailconfiggeneral.desktop
index 613a5e9..75bd593 100644
--- a/kshowmail/kcmconfigs/kshowmailconfiggeneral.desktop
+++ b/kshowmail/kcmconfigs/kshowmailconfiggeneral.desktop
@@ -7,7 +7,7 @@ Name[es]=General
Comment=General Options
Comment[de]=Allgemeine Einstellungen
Comment[es]=Opciones generales
-Icon=exec
+Icon=application-x-executable
X-TDE-ServiceTypes=TDECModule
X-TDE-ModuleType=Library
X-TDE-Library=kshowmailconfiggeneral