Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2008-02-20 18:47:01 +0000
committerSamantha Chan2008-02-20 18:47:01 +0000
commit3c045f31750983b092ffe02f02a2f48a6f93209f (patch)
tree5f8583c0a5f7e15b5bde79ff3fe81188b4114800 /org.eclipse.debug.ui/plugin.properties
parent48bf2c9db202d7b73be3f6e593848b2861bd1a7a (diff)
downloadeclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.tar.gz
eclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.tar.xz
eclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.zip
Bug 211158 - Add a modules view to the set of standard debugger views
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 89c713cb5..76c116860 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2007 IBM Corporation and others.
+# Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
# QNX Software Systems - Mikhail Khodjaiants - Registers View (Bug 53640)
+# Wind River Systems - Pawel Piech - Added Modules view (bug 211158)
###############################################################################
pluginName=Debug UI
@@ -85,6 +86,7 @@ LaunchShortcutsName=Launch Shortcut
LaunchConfigurationTypeImageExtensionName=Launch Configuration Type Image
LaunchGroupsExtensionName=Launch Groups
modificationAction.label=&Modification
+ModulesView.name=Modules
OpenDebugConfigurations.label=De&bug Configurations...
OpenRunConfigurations.label=Ru&n Configurations...
OpenProfileConfigurations.label=&Profile Configurations...
@@ -261,6 +263,9 @@ ViewCommand.expressionView.description=Show the Expressions view
ViewCommand.registerView.name=Registers
ViewCommand.registerView.description=Show the Registers view
+ViewCommand.moduleView.name=Modules
+ViewCommand.moduleView.description=Show the Modules view
+
ViewCommand.memoryView.name=Memory
ViewCommand.memoryView.description=Show the Memory view

Back to the top