Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2006-02-01 21:30:08 +0000
committerSamantha Chan2006-02-01 21:30:08 +0000
commita1e4902f2a03df8b61c15311fca65a6788187525 (patch)
treea3131cdbb802ed466f7c4140be1317a80acfa194 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
parentce871c2bc415307e009b570455647aa3100a1947 (diff)
downloadeclipse.platform.debug-a1e4902f2a03df8b61c15311fca65a6788187525.tar.gz
eclipse.platform.debug-a1e4902f2a03df8b61c15311fca65a6788187525.tar.xz
eclipse.platform.debug-a1e4902f2a03df8b61c15311fca65a6788187525.zip
Bug 106424: [Memory View] Move memory view update to background thread
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.properties2
1 files changed, 2 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 c08938499..9f982086d 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
@@ -190,6 +190,8 @@ AbstractTableRendering_13=Unable to reset to the base address.
AbstractTableRendering_20=Default format is invalid:
AbstractTableRendering_16=Please specify row and column sizes to use.
AbstractTableRendering_18=Save these settings to avoid this problem in the future.
+AbstractAsyncTableRendering_0=Pending...
+AbstractAsyncTableRendering_1=Pending...
SetPaddedStringDialog_0=Padded String
SetPaddedStringDialog_1=Enter string to represent memory that cannot be retrieved:
SetPaddedStringDialog_3=Error in Padded String

Back to the top