Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Williams2009-03-14 06:14:35 +0000
committerTed Williams2009-03-14 06:14:35 +0000
commit29db111c61afd864f93626f698b6f581b923e1fb (patch)
treef6d2baa757cf266df51857f9b4651a5977a48bf0 /dsf/org.eclipse.cdt.dsf.ui/plugin.xml
parent76dff041945be5c7f899a7250cb646bcaef83b6c (diff)
downloadorg.eclipse.cdt-29db111c61afd864f93626f698b6f581b923e1fb.tar.gz
org.eclipse.cdt-29db111c61afd864f93626f698b6f581b923e1fb.tar.xz
org.eclipse.cdt-29db111c61afd864f93626f698b6f581b923e1fb.zip
[268631] [memory] target org.eclipse.cdt.dsf.debug.ui.memory.RefreshAction to MemoryBrowser
Diffstat (limited to 'dsf/org.eclipse.cdt.dsf.ui/plugin.xml')
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/dsf/org.eclipse.cdt.dsf.ui/plugin.xml b/dsf/org.eclipse.cdt.dsf.ui/plugin.xml
index db4efa115d6..aefb3f23b7f 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/plugin.xml
+++ b/dsf/org.eclipse.cdt.dsf.ui/plugin.xml
@@ -531,6 +531,18 @@
toolbarPath="additions">
</action>
</viewContribution>
+ <viewContribution
+ targetID="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"
+ id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser.toolbar">
+ <action
+ class="org.eclipse.cdt.dsf.debug.ui.memory.RefreshAction"
+ enablesFor="1"
+ icon="icons/refresh.gif"
+ id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser.memoryBrowserRefresh"
+ label="Refresh"
+ toolbarPath="additions">
+ </action>
+ </viewContribution>
</extension>
<extension
point="org.eclipse.ui.viewActions">

Back to the top