Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2007-01-19 23:10:47 +0000
committerSamantha Chan2007-01-19 23:10:47 +0000
commitc38745a464a338c8ee9cc4e0eb028663b03ae4ef (patch)
treecbb5cd1bae73a181f3ffdbc8888eb841e8dec6ae /org.eclipse.debug.ui/plugin.properties
parenta9c349ada75c3ca22053215a0cd4944fbed274b3 (diff)
downloadeclipse.platform.debug-c38745a464a338c8ee9cc4e0eb028663b03ae4ef.tar.gz
eclipse.platform.debug-c38745a464a338c8ee9cc4e0eb028663b03ae4ef.tar.xz
eclipse.platform.debug-c38745a464a338c8ee9cc4e0eb028663b03ae4ef.zip
Bug 114377: [Memory View] Endian in hex view and ASCII view doesn't work
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 092c4562a..861da32bd 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -288,6 +288,7 @@ Endianess = Endianess
BigEndianActionName = Big Endian
LittleEndianActionName = Little Endian
RestoreDefEndianessActionName = Restore Default
+HexIntegerName = Hex Integer
ViewManagementAction.label=&View Management...

Back to the top