[kdevplatform] plugins/execute: Rename the "Application" launcher to "Compiled Binay"

Sven Brauch svenbrauch at googlemail.com
Thu Nov 7 12:11:53 UTC 2013


Git commit 6633296ac2faa4f96025b849773e1a4b5de27e16 by Sven Brauch.
Committed on 07/11/2013 at 12:09.
Pushed by brauch into branch 'master'.

Rename the "Application" launcher to "Compiled Binay"

Technically it's not entirely correct of course, but it's what the launcher
is made for. You can launch scripts with it, but you never want to do that;
you want to use the script launcher in this case.
CCMAIL:kdevelop-devel at kde.org

M  +1    -1    plugins/execute/nativeappconfig.cpp

http://commits.kde.org/kdevplatform/6633296ac2faa4f96025b849773e1a4b5de27e16

diff --git a/plugins/execute/nativeappconfig.cpp b/plugins/execute/nativeappconfig.cpp
index 754ec1f..6f2dd8c 100644
--- a/plugins/execute/nativeappconfig.cpp
+++ b/plugins/execute/nativeappconfig.cpp
@@ -367,7 +367,7 @@ NativeAppConfigType::~NativeAppConfigType()
 
 QString NativeAppConfigType::name() const
 {
-    return i18n("Application");
+    return i18n("Compiled Binary");
 }
 
 


More information about the KDevelop-devel mailing list