Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-03-29 17:44:05 +0000
committerMichael Rennie2006-03-29 17:44:05 +0000
commit3c55ce9bfaf0f153b0274d9a2ffa7d0997ca0206 (patch)
treea42f3242deda55ace398be3bb70c9ee481525f5f /org.eclipse.debug.ui/plugin.xml
parent246a4bde6f2143321050735fc6b7aa4c485769a5 (diff)
downloadeclipse.platform.debug-3c55ce9bfaf0f153b0274d9a2ffa7d0997ca0206.tar.gz
eclipse.platform.debug-3c55ce9bfaf0f153b0274d9a2ffa7d0997ca0206.tar.xz
eclipse.platform.debug-3c55ce9bfaf0f153b0274d9a2ffa7d0997ca0206.zip
patch for 132896 applied
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index b0ac77eda..cb353ee00 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -27,6 +27,9 @@
icon="$nl$/icons/full/eview16/debug_persp.gif"
class="org.eclipse.debug.internal.ui.DebugPerspectiveFactory"
id="org.eclipse.debug.ui.DebugPerspective">
+ <description>
+ %DebugPerspective.description
+ </description>
</perspective>
</extension>
<extension

Back to the top