Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-05-09 13:09:36 +0000
committerDarin Wright2005-05-09 13:09:36 +0000
commit19d0ec77aba78ffda86d4c0f0c43b0cb539c0f5d (patch)
treee43b40091802ae00fa3dc7dc8b5042ab61c08018 /org.eclipse.debug.ui/plugin.properties
parent572f87de8e9b2142ba46cda75295f4d5bd474dc1 (diff)
downloadeclipse.platform.debug-19d0ec77aba78ffda86d4c0f0c43b0cb539c0f5d.tar.gz
eclipse.platform.debug-19d0ec77aba78ffda86d4c0f0c43b0cb539c0f5d.tar.xz
eclipse.platform.debug-19d0ec77aba78ffda86d4c0f0c43b0cb539c0f5d.zip
Bug 74559 - Memory View does not scroll properly on Linux
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index bd215ebe8..108ed177e 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -328,8 +328,8 @@ BreakpointWorkingSet.others=Others (no working set)
BreakpointWorkingSet.name=Breakpoint
memoryRenderingsExtensionPointName = Memory Renderings
-SetDefaultColumnSizeActionName =Set Default Column Size ...
SetPaddedStrActionName = Set Padded String ...
+TableRenderingPrefActionName = Table Renderings Preferences...
DropToFrameAction.label=Drop to Frame
DropToFrameAction.tooltip=Drop to Frame

Back to the top