Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-27 20:02:19 +0000
committerslewis2007-03-27 20:02:19 +0000
commit451cbbf83bb888c141166f23aab6473e28b65844 (patch)
tree7d42fc17be050bc91c6486184d9b6635d4828dbe /examples/bundles/org.eclipse.ecf.example.collab
parent15523499368e1ceb61435b3913380e8d833d6e16 (diff)
downloadorg.eclipse.ecf-451cbbf83bb888c141166f23aab6473e28b65844.tar.gz
org.eclipse.ecf-451cbbf83bb888c141166f23aab6473e28b65844.tar.xz
org.eclipse.ecf-451cbbf83bb888c141166f23aab6473e28b65844.zip
Changed icons
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/icons/im.gifbin0 -> 230 bytes
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/plugin.xml10
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/icons/im.gif b/examples/bundles/org.eclipse.ecf.example.collab/icons/im.gif
new file mode 100644
index 000000000..d52de243f
--- /dev/null
+++ b/examples/bundles/org.eclipse.ecf.example.collab/icons/im.gif
Binary files differ
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
index dd21201ba..393833474 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
@@ -5,7 +5,7 @@
id="org.eclipse.ecf.example.collab.ui.ClientPreferencePage"
point="org.eclipse.ui.views">
<view
- icon="icons/person.gif"
+ icon="icons/group.gif"
class="org.eclipse.ecf.example.collab.ui.LineChatView"
category="org.eclipse.ecf.ui.viewcategory"
name="ECF Collaboration"
@@ -32,9 +32,9 @@
</menu>
<action
class="org.eclipse.ecf.example.collab.actions.JoinGroupWizardAction"
- icon="icons/person.gif"
+ icon="icons/group.gif"
id="org.eclipse.ecf.client.joingroupwizardaction"
- label="Connect Project..."
+ label="Connect Project to ECF Collaboration Group..."
menubarPath="org.eclipse.ecf.example.collab.menu1/group1"/>
</objectContribution>
<objectContribution
@@ -128,7 +128,7 @@
</menu>
<action
class="org.eclipse.ecf.internal.ui.actions.SelectProviderAction"
- icon="icons/group.gif"
+ icon="icons/im.gif"
id="org.eclipse.ecf.ui.actions.SampleAction"
label="Connect to ECF Provider"
style="pulldown"
@@ -149,7 +149,7 @@
</menu>
<action
class="org.eclipse.ecf.example.collab.actions.JoinGroupWizardAction"
- icon="icons/person.gif"
+ icon="icons/group.gif"
id="org.eclipse.ecf.example.collab.action2"
label="Connect Workspace..."
style="push"

Back to the top