mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 299834 - Assign unique IDs to refresh actions in different views.
This commit is contained in:
parent
77918388c1
commit
f94bf1c0de
1 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@
|
|||
<action
|
||||
class="org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.actions.RefreshActionDelegate"
|
||||
icon="icons/refresh.gif"
|
||||
id="org.eclipse.cdt.dsf.debug.ui.viewmodel.update.actions.Refresh"
|
||||
id="org.eclipse.cdt.dsf.debug.ui.viewmodel.update.actions.VariableRefresh"
|
||||
label="%action.refresh.label"
|
||||
toolbarPath="additions">
|
||||
</action>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<action
|
||||
class="org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.actions.RefreshActionDelegate"
|
||||
icon="icons/refresh.gif"
|
||||
id="org.eclipse.cdt.dsf.debug.ui.viewmodel.update.actions.Refresh"
|
||||
id="org.eclipse.cdt.dsf.debug.ui.viewmodel.update.actions.RegisterRefresh"
|
||||
label="%action.refresh.label"
|
||||
toolbarPath="additions">
|
||||
</action>
|
||||
|
@ -89,7 +89,7 @@
|
|||
<action
|
||||
class="org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.actions.RefreshActionDelegate"
|
||||
icon="icons/refresh.gif"
|
||||
id="org.eclipse.cdt.dsf.debug.ui.viewmodel.update.actions.Refresh"
|
||||
id="org.eclipse.cdt.dsf.debug.ui.viewmodel.update.actions.ExpressionRefresh"
|
||||
label="%action.refresh.label"
|
||||
toolbarPath="additions">
|
||||
</action>
|
||||
|
@ -102,7 +102,7 @@
|
|||
<action
|
||||
class="org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.actions.RefreshActionDelegate"
|
||||
icon="icons/refresh.gif"
|
||||
id="org.eclipse.cdt.dsf.debug.ui.viewmodel.update.actions.Refresh"
|
||||
id="org.eclipse.cdt.dsf.debug.ui.viewmodel.update.actions.DebugRefresh"
|
||||
label="%action.refresh.label"
|
||||
toolbarPath="additions">
|
||||
</action>
|
||||
|
|
Loading…
Add table
Reference in a new issue