Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-01-25 21:53:04 +0000
committerDarin Wright2006-01-25 21:53:04 +0000
commit570d6d68d4bb46f293067c2fc1c2e0bbac2688ce (patch)
tree74d46fbfd12c4fb735dc5b779091e4064351b2b6 /org.eclipse.debug.core/plugin.properties
parentdda6617546b2cab7f5fdfd153dbddfbf47847da1 (diff)
downloadeclipse.platform.debug-570d6d68d4bb46f293067c2fc1c2e0bbac2688ce.tar.gz
eclipse.platform.debug-570d6d68d4bb46f293067c2fc1c2e0bbac2688ce.tar.xz
eclipse.platform.debug-570d6d68d4bb46f293067c2fc1c2e0bbac2688ce.zip
Bug 105235 - TVT 3.1: TCT479 - mnemonic char in middle of DBCS menu label
Diffstat (limited to 'org.eclipse.debug.core/plugin.properties')
-rw-r--r--org.eclipse.debug.core/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.properties b/org.eclipse.debug.core/plugin.properties
index 617aa08eb..cf51929a1 100644
--- a/org.eclipse.debug.core/plugin.properties
+++ b/org.eclipse.debug.core/plugin.properties
@@ -32,6 +32,9 @@ sourcePathComputersName = Source Path Computers
run=&Run
debug=&Debug
profile=&Profile
+runAs.label=&Run As
+debugAs.label=&Debug As
+profileAs.label=&Profile As
env_var.description=Returns the value of an environment variable. An environment variable name must be specified as an argument.
system_var.description=Returns the value of an Eclipse system variable. A variable name must be specified as an argument - one of ARCH, ECLIPSE_HOME, NL, OS, or WS.

Back to the top