Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2006-03-01 21:23:38 +0000
committerKevin Barnes2006-03-01 21:23:38 +0000
commitb76e995dac5a24cd9708ecab8afd14d3de033519 (patch)
tree7f5c99e3564e038b81a2556947e8436dadc93ec1 /org.eclipse.debug.ui/plugin.properties
parentfb74e75f790e21ed0f6f5f7614d6ad4d0b5df72d (diff)
downloadeclipse.platform.debug-b76e995dac5a24cd9708ecab8afd14d3de033519.tar.gz
eclipse.platform.debug-b76e995dac5a24cd9708ecab8afd14d3de033519.tar.xz
eclipse.platform.debug-b76e995dac5a24cd9708ecab8afd14d3de033519.zip
Bug 127873 - Actions incorrectly enabled in Debug view
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties15
1 files changed, 1 insertions, 14 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index c0bd10b3b..fb780e1d2 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2005 IBM Corporation and others.
+# Copyright (c) 2000, 2006 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
@@ -51,9 +51,6 @@ DebugWithConfigurationAction.label=Debu&g As
DetailPaneFontDefinition.label=Detail pane text font
DetailPaneFontDefinition.description=The detail pane text font is used in the detail panes of debug views.
DisableBreakpointsAction.label=&Disable
-DisconnectAction.label=Disconn&ect
-DisconnectAction.tooltip=Disconnect
-TerminateAndRelaunchAction.label=Terminate &and Relaunch
EnableBreakpointsAction.label=&Enable
ExpandAll.label=Expand All
ExpandAll.tooltip=Expand All
@@ -91,7 +88,6 @@ RemoveAllTerminatedAction.tooltip=Remove All Terminated Launches
RemoveBreakpointAction.tooltip=Remove Selected Breakpoints
RemoveExpressionAction.tooltip=Remove Selected Expressions
ResumeAction.label=Resu&me
-ResumeAction.tooltip=Resume
RunDropDownAction.label=&Run
RunMenu.label=&Run
RunLastAction.label=&Run Last Launched
@@ -104,18 +100,11 @@ SelectAll.label=Select &All
StepWithFiltersAction.label=Use Step &Filters
StepWithFiltersAction.tooltip=Use Step Filters/Step Debug
StepIntoAction.label=Step &Into
-StepIntoAction.tooltip=Step Into
StepOverAction.label=Step &Over
-StepOverAction.tooltip=Step Over
StepReturnAction.label=Step Ret&urn
-StepReturnAction.tooltip=Step Return
StringVariablePresentationsName=String Variable Presentations
SuspendAction.label=&Suspend
-SuspendAction.tooltip=Suspend
TerminateAction.label=&Terminate
-TerminateAction.tooltip=Terminate
-TerminateAllAction.label=Termi&nate All
-TerminateAndRemoveAction.label=Terminate and Remo&ve
ToggleBreakpointAction.label=Toggle Line Brea&kpoint
ToggleMethodBreakpointAction.label=Toggle &Method Breakpoint
ToggleWatchpointAction.label=Toggle &Watchpoint
@@ -325,8 +314,6 @@ memoryRenderingsExtensionPointName = Memory Renderings
SetPaddedStrActionName = Set Padded String ...
TableRenderingPrefActionName = Table Renderings Preferences...
-DropToFrameAction.label=Drop to Frame
-DropToFrameAction.tooltip=Drop to Frame
SelectCodepagesAction.label=Select Codepages...
NewMemoryViewAction.label=New Memory View

Back to the top