Fix exec icon location and bring it into XDG compliance

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent 252bf9a457
commit 0f68cf65a2

@ -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" );

@ -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

Loading…
Cancel
Save