Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2006-03-07 15:02:26 +0000
committerSamantha Chan2006-03-07 15:02:26 +0000
commitc89c6e60de3f73b224ce480363c41fb25ee6e1a8 (patch)
tree2717b637ce50837170cacddc87cbf22cd96952ed /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
parentaddfebc2b83fbda8981d63caac154d5051ee36ae (diff)
downloadeclipse.platform.debug-c89c6e60de3f73b224ce480363c41fb25ee6e1a8.tar.gz
eclipse.platform.debug-c89c6e60de3f73b224ce480363c41fb25ee6e1a8.tar.xz
eclipse.platform.debug-c89c6e60de3f73b224ce480363c41fb25ee6e1a8.zip
Bug 102943 - [Memory View] F1 help for Memory View does not work correctly - keep track of paneId instead of the actual control.
Bug 130370 - [Memory View] Add Layout submenu in Memory View
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
index a2b8cda7b..a3b1fb1b1 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
@@ -239,3 +239,7 @@ FormatTableRenderingAction_11=Format specified is invalid.
FormatTableRenderingAction_13=Column size cannot be larger than the row size.
FormatTableRenderingAction_15=<Address>
FormatTableRenderingAction_16=&Format...
+ViewPaneOrientationAction_0=Horizontal Orientation
+ViewPaneOrientationAction_1=Horizontal Orientation
+ViewPaneOrientationAction_2=Vertical Orientation
+ViewPaneOrientationAction_3=Vertical Orientation

Back to the top