Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-06-06 04:56:05 +0000
committerslewis2006-06-06 04:56:05 +0000
commit2f787d80afe962f7d3136ed89e332f86aa42f857 (patch)
tree94a8132ee83c242b1300077eedadecccc453f921
parent0c1725b8a48fabff4105f2e2c7cc391885020b36 (diff)
downloadorg.eclipse.ecf-ECF_0_8_5_I20060610_stable.tar.gz
org.eclipse.ecf-ECF_0_8_5_I20060610_stable.tar.xz
org.eclipse.ecf-ECF_0_8_5_I20060610_stable.zip
Changed view name to ECF Collab Roster from ECF RosterECF_0_8_5_I20060610_stable
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
index 143facdde..4a8cc50ac 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
@@ -21,7 +21,7 @@
class="org.eclipse.ecf.example.collab.ui.CollabRosterView"
icon="icons/person.gif"
id="org.eclipse.ecf.example.collab.ui.CollabRosterView"
- name="ECF Roster"/>
+ name="ECF Collab Roster"/>
</extension>
<extension
point="org.eclipse.ui.actionSets">

Back to the top