Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Chen2012-05-21 02:50:03 +0000
committerWilliam Chen2012-05-21 02:50:03 +0000
commit4a111f536d36aef81150a12dd878ff9263262184 (patch)
tree5b2bbdb8c7e5e41d1486b6d463d6abfd4a43ac99 /target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
parent67bffd48e1070668c30f15fd4357deafd0ab2eda (diff)
downloadorg.eclipse.tcf-4a111f536d36aef81150a12dd878ff9263262184.tar.gz
org.eclipse.tcf-4a111f536d36aef81150a12dd878ff9263262184.tar.xz
org.eclipse.tcf-4a111f536d36aef81150a12dd878ff9263262184.zip
Target Explorer: Add missing comments and externalized strings for the
searching feature.
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
index c75713bab..50d7c04d4 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
@@ -542,6 +542,11 @@
label="%command.reset.label"
style="push">
</command>
+ <command
+ commandId="org.eclipse.tcf.te.ui.views.command.search"
+ label="%command.search.label"
+ style="push">
+ </command>
<separator name="group.properties" visible="true"/>
<command
commandId="org.eclipse.ui.file.properties"

Back to the top