Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-01-24 23:17:23 +0000
committerDarin Swanson2005-01-24 23:17:23 +0000
commit90a7a9fe9652f7b28255421f85cbb97dea378fd8 (patch)
tree5f98ef278186f30673dc3bcca1c22bfb723fc649 /org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
parent3ac9d63f5be49926f4bfd208ed9ab731bef0b286 (diff)
downloadeclipse.platform.debug-90a7a9fe9652f7b28255421f85cbb97dea378fd8.tar.gz
eclipse.platform.debug-90a7a9fe9652f7b28255421f85cbb97dea378fd8.tar.xz
eclipse.platform.debug-90a7a9fe9652f7b28255421f85cbb97dea378fd8.zip
Bug 82912 - breakpoint groups "Others" category could be more descriptive
Diffstat (limited to 'org.eclipse.debug.ui/schema/breakpointOrganizers.exsd')
-rw-r--r--org.eclipse.debug.ui/schema/breakpointOrganizers.exsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
index 83f37eb05..3b2b3c627 100644
--- a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
+++ b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
@@ -82,6 +82,9 @@ Organizers with the specified name will be automatically created by the Debug Pl
<documentation>
Optional label for this organizer which is suitable for presentation to the user to describe breakpoints that do not fall into a category supplied by this organizer. For example, if an organizer categorizes breakpoints by working sets, but a breakpoint does not belong to a working set, this label will be used. When unspecified, &quot;Others&quot; is used.
</documentation>
+ <appInfo>
+ <meta.attribute translatable="true"/>
+ </appInfo>
</annotation>
</attribute>
</complexType>

Back to the top