Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-02-22 17:41:27 +0000
committerMichael Rennie2007-02-22 17:41:27 +0000
commitfab88f3e75ff41eb20f38a16f5145de5b55f29a5 (patch)
tree620a5a4261bb2ec4f7319bd6b82cfa116493ecde /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
parent70db1121f6c9806127d94575efc81f769eded32c (diff)
downloadeclipse.platform.debug-fab88f3e75ff41eb20f38a16f5145de5b55f29a5.tar.gz
eclipse.platform.debug-fab88f3e75ff41eb20f38a16f5145de5b55f29a5.tar.xz
eclipse.platform.debug-fab88f3e75ff41eb20f38a16f5145de5b55f29a5.zip
Bug 74480
[launching] Simplify the launch experience for less technical users of Eclipse
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index ab3c09730..95d756461 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -166,4 +166,3 @@ SuspendAction_3=Suspend
ConfigureColumnsAction_0=Select &Columns...
ConfigureColumnsAction_1=Select the &columns to display:
ConfigureColumnsAction_2=Select Columns
-ContextualLaunchAction_0={0} (default)

Back to the top