Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-03-18 03:43:45 +0000
committerDarin Wright2005-03-18 03:43:45 +0000
commit6ae2562960d9dad4b295a96dda723373cdbda0c4 (patch)
tree0a67d70f1228a10cda6a4e982ccc1f47f468e451 /org.eclipse.debug.ui/plugin.properties
parentaa01d9b38d9bc18fffb719cee20cbb7da8d30418 (diff)
downloadeclipse.platform.debug-6ae2562960d9dad4b295a96dda723373cdbda0c4.tar.gz
eclipse.platform.debug-6ae2562960d9dad4b295a96dda723373cdbda0c4.tar.xz
eclipse.platform.debug-6ae2562960d9dad4b295a96dda723373cdbda0c4.zip
Bug 88404 - [Memory View] Support for mixed-endianess in a memory block
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 3b11317f9..9910e3c8c 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -299,6 +299,7 @@ UnsignedIntegerName = Unsigned Integer
Endianess = Endianess
BigEndianActionName = Big Endian
LittleEndianActionName = Little Endian
+RestoreDefEndianessActionName = Restore Default
ViewManagementAction.label=&View Management...

Back to the top