Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2004-09-07 13:59:48 +0000
committerKevin Barnes2004-09-07 13:59:48 +0000
commita9f557bb93b6c918c6d0f2f42473bde86b4e4e1f (patch)
treea0bd1e0c4a0e3afd6d2ba6fe161b97db05f6a9cc /org.eclipse.ui.console/plugin.properties
parentc024f0aff52cfe303a6b5246fbf0e496031dfd04 (diff)
downloadeclipse.platform.debug-a9f557bb93b6c918c6d0f2f42473bde86b4e4e1f.tar.gz
eclipse.platform.debug-a9f557bb93b6c918c6d0f2f42473bde86b4e4e1f.tar.xz
eclipse.platform.debug-a9f557bb93b6c918c6d0f2f42473bde86b4e4e1f.zip
Bug 72167 - ProcessConsole should extend IOConsole
Diffstat (limited to 'org.eclipse.ui.console/plugin.properties')
-rw-r--r--org.eclipse.ui.console/plugin.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.console/plugin.properties b/org.eclipse.ui.console/plugin.properties
index 986502caf..88f531090 100644
--- a/org.eclipse.ui.console/plugin.properties
+++ b/org.eclipse.ui.console/plugin.properties
@@ -19,4 +19,5 @@ ViewCommand.consoleView.description=Show the Console view
ConsoleFontDefinition.description= The console text font is used by the generic console
ConsoleFontDefinition.label= Console Text Font
-ConsolePatternMatchListenerName= Console Pattern Match Listener \ No newline at end of file
+ConsolePatternMatchListenerName= Console Pattern Match Listener
+ConsolePageParticipantName= Console Page Participant \ No newline at end of file

Back to the top