diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:34 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:34 -0500 |
commit | ca46c5047fd0f619486b89e032c34d9a5664cdcb (patch) | |
tree | 7e1c8b79bd19e78f23cab54010164dd290639ce3 /buildtools/custommakefiles | |
parent | 5773501d560f5ff65d407715536c7a5dae0955fe (diff) | |
download | tdevelop-ca46c5047fd0f619486b89e032c34d9a5664cdcb.tar.gz tdevelop-ca46c5047fd0f619486b89e032c34d9a5664cdcb.zip |
Fix exec icon location and bring it into XDG compliance
Diffstat (limited to 'buildtools/custommakefiles')
-rw-r--r-- | buildtools/custommakefiles/customprojectpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/custommakefiles/customprojectpart.cpp b/buildtools/custommakefiles/customprojectpart.cpp index 4a390d6f..c737f941 100644 --- a/buildtools/custommakefiles/customprojectpart.cpp +++ b/buildtools/custommakefiles/customprojectpart.cpp @@ -137,7 +137,7 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const "Environment variables and make arguments can be specified " "in the project settings dialog, <b>Build Options</b> tab." ) ); - action = new TDEAction( i18n( "Execute Program" ), "exec", 0, + action = new TDEAction( i18n( "Execute Program" ), "application-x-executable", 0, this, TQT_SLOT( slotExecute() ), actionCollection(), "build_execute" ); action->setToolTip( i18n( "Execute program" ) ); |