Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2008-05-08 20:26:07 +0000
committerCurtis Windatt2008-05-08 20:26:07 +0000
commit098230474264c5eaa78d5303c0132945d965d7b8 (patch)
tree84abc95c65a687cc7f490646cb26822fff6d0846 /org.eclipse.debug.ui/plugin.properties
parentf6381fa2fc9e513d9c653f18fb97a6fa4f0b441a (diff)
downloadeclipse.platform.debug-098230474264c5eaa78d5303c0132945d965d7b8.tar.gz
eclipse.platform.debug-098230474264c5eaa78d5303c0132945d965d7b8.tar.xz
eclipse.platform.debug-098230474264c5eaa78d5303c0132945d965d7b8.zip
Bug 209243 - Console window with black background
https://bugs.eclipse.org/bugs/show_bug.cgi?id=209243
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index f63ac59b5..fb141558a 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -375,3 +375,8 @@ command.description.1 = Load next page of memory
command.name.1 = Next Page of Memory
command.description.2 = Load previous page of memory
command.name.2 = Previous Page of Memory
+
+console.background.label= Process console background
+console.out.label= Standard out
+console.in.label= Standard in
+console.err.label= Standard error \ No newline at end of file

Back to the top