Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-04-09 21:47:03 +0000
committerKonrad Kolosowski2003-04-09 21:47:03 +0000
commit12cbcfbd0032e72eb37150aef4d343e21ace6df3 (patch)
treed255dca6fdb373445541a812a550e22506713483 /org.eclipse.help.ui/plugin.xml
parentf697d2d8b23126d33db3156e4b8c6241bda0cedc (diff)
downloadeclipse.platform.ua-12cbcfbd0032e72eb37150aef4d343e21ace6df3.tar.gz
eclipse.platform.ua-12cbcfbd0032e72eb37150aef4d343e21ace6df3.tar.xz
eclipse.platform.ua-12cbcfbd0032e72eb37150aef4d343e21ace6df3.zip
http://bugs.eclipse.org/bugs/show_bug.cgi?id=32453
Diffstat (limited to 'org.eclipse.help.ui/plugin.xml')
-rw-r--r--org.eclipse.help.ui/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.help.ui/plugin.xml b/org.eclipse.help.ui/plugin.xml
index 7365a60bc..4407bd835 100644
--- a/org.eclipse.help.ui/plugin.xml
+++ b/org.eclipse.help.ui/plugin.xml
@@ -33,13 +33,13 @@
<page
name="%help_preferences_page_name"
class="org.eclipse.help.ui.internal.browser.BrowsersPreferencePage"
- id="org.eclipse.help.ui.browsersPreferancePage">
+ id="org.eclipse.help.ui.browsersPreferencePage">
</page>
<page
name="%appserver_preferences_page_name"
- category="org.eclipse.help.ui.browsersPreferancePage"
+ category="org.eclipse.help.ui.browsersPreferencePage"
class="org.eclipse.help.ui.internal.AppserverPreferencePage"
- id="org.eclipse.help.ui.appserverPreferancePage">
+ id="org.eclipse.help.ui.appserverPreferencePage">
</page>
</extension>
<!-- Context Help contribution -->

Back to the top