Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2005-01-31 02:36:19 +0000
committerDejan Gloszic2005-01-31 02:36:19 +0000
commitba71bf5c499d29d6ae0fc7c6c8798ed6499987e7 (patch)
treecaf0969c6440f89d07a4cd20d25d86ce6a560738 /org.eclipse.help.ui/plugin.xml
parent597f6aa2002e952a4c7e12f23a2940fa5eca0ac0 (diff)
downloadeclipse.platform.ua-ba71bf5c499d29d6ae0fc7c6c8798ed6499987e7.tar.gz
eclipse.platform.ua-ba71bf5c499d29d6ae0fc7c6c8798ed6499987e7.tar.xz
eclipse.platform.ua-ba71bf5c499d29d6ae0fc7c6c8798ed6499987e7.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.help.ui/plugin.xml')
-rw-r--r--org.eclipse.help.ui/plugin.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.help.ui/plugin.xml b/org.eclipse.help.ui/plugin.xml
index 4e99d84bc..f63b9e3b2 100644
--- a/org.eclipse.help.ui/plugin.xml
+++ b/org.eclipse.help.ui/plugin.xml
@@ -77,7 +77,7 @@
</category>
<view
allowMultiple="false"
- icon="icons/help.gif"
+ icon="icons/etool16/help.gif"
class="org.eclipse.help.ui.internal.views.HelpView"
category="org.eclipse.help.ui"
name="%HelpViewName"
@@ -93,38 +93,38 @@
<engine
scopeFactory="org.eclipse.help.ui.internal.search.LocalSearchScopeFactory"
enabled="true"
- label="Local Help"
+ label="%LocalHelp.label"
class="org.eclipse.help.internal.search.federated.LocalHelp"
- icon="icons/topic_small.gif"
+ icon="icons/etool16/search_menu.gif"
pageClass="org.eclipse.help.ui.internal.search.LocalHelpPage"
id="org.eclipse.help.ui.localSearch">
<description>
- Searches the best help system in the world, but only locally.
+ %LocalHelp.desc
</description>
</engine>
<engine
scopeFactory="org.eclipse.help.ui.internal.search.GoogleScopeFactory"
enabled="true"
- label="Google"
+ label="%Google.label"
class="org.eclipse.help.ui.internal.search.Google"
- icon="icons/external_browser.gif"
+ icon="icons/etool16/external_browser.gif"
id="org.eclipse.help.ui.google"
pageClass="org.eclipse.help.ui.internal.search.GooglePage">
<description>
- Searches another best system in the world on the Web (but not locally). We should have bought Google when it was $5 :-(.
+ %Google.desc
</description>
</engine>
<engine
scopeFactory="org.eclipse.help.ui.internal.search.EclipseOrgScopeFactory"
enabled="true"
- label="Eclipse.org"
+ label="%Eclipse.label"
class="org.eclipse.help.ui.internal.search.EclipseOrg"
- icon="icons/eclipse.gif"
+ icon="icons/etool16/eclipse.gif"
id="org.eclipse.help.ui.eclipseorg"
pageClass="org.eclipse.help.ui.internal.search.EclipseOrgPage">
<description>
- Searches mailing lists, news groups, articles and other documents on Eclipse.org web site.
+ %Eclipse.desc
</description>
</engine>
</extension>

Back to the top