Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-01-15 21:43:45 +0000
committerDarin Swanson2003-01-15 21:43:45 +0000
commit421894e531fb4e3a5cad14b7d57b02651a94d695 (patch)
treefb33b696903f6f9a51696eabc65150e906a3c42d /org.eclipse.ui.externaltools/plugin.properties
parentd84dc705796f8b435b8ca9d724e7f86ad9958e39 (diff)
downloadeclipse.platform.debug-421894e531fb4e3a5cad14b7d57b02651a94d695.tar.gz
eclipse.platform.debug-421894e531fb4e3a5cad14b7d57b02651a94d695.tar.xz
eclipse.platform.debug-421894e531fb4e3a5cad14b7d57b02651a94d695.zip
Bug 16618 - [ExternalTools] Re-launch last External Tool hotkey
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index f8f2c5544..859bec36a 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -50,4 +50,7 @@ PopupMenu.runAnt = Run &Ant...
PopupMenu.runAntTip = Run Ant With The Selected File
AntBuild.externalTools = Ant Build
-Program.externalTools = Program \ No newline at end of file
+Program.externalTools = Program
+
+ActionDefinition.externalToolMenuDelegateToolbar.name=Run Last Launched External Tool
+ActionDefinition.externalToolMenuDelegateToolbar.description=Runs the last launched external Tool \ No newline at end of file

Back to the top