mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
import/export toolbar icons
This commit is contained in:
parent
1aef6f9559
commit
65f1ce19b4
4 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
||||||
source.. = src/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
about.html
|
about.html,\
|
||||||
|
icons/
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 231 B |
Binary file not shown.
After Width: | Height: | Size: 236 B |
|
@ -34,7 +34,7 @@
|
||||||
<action
|
<action
|
||||||
class="org.eclipse.dd.debug.memory.renderings.actions.ExportMemoryAction"
|
class="org.eclipse.dd.debug.memory.renderings.actions.ExportMemoryAction"
|
||||||
helpContextId="ExportMemoryAction_context"
|
helpContextId="ExportMemoryAction_context"
|
||||||
icon="$nl$/icons/full/elcl16/pin.gif"
|
icon="icons/export.png"
|
||||||
id="org.eclipse.dd.debug.memory.renderings.actions.ExportMemoryAction"
|
id="org.eclipse.dd.debug.memory.renderings.actions.ExportMemoryAction"
|
||||||
label="%ExportMemoryAction.label"
|
label="%ExportMemoryAction.label"
|
||||||
state="false"
|
state="false"
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<action
|
<action
|
||||||
class="org.eclipse.dd.debug.memory.renderings.actions.ImportMemoryAction"
|
class="org.eclipse.dd.debug.memory.renderings.actions.ImportMemoryAction"
|
||||||
helpContextId="ExportMemoryAction_context"
|
helpContextId="ExportMemoryAction_context"
|
||||||
icon="$nl$/icons/full/elcl16/pin.gif"
|
icon="icons/import.png"
|
||||||
id="org.eclipse.dd.debug.memory.renderings.actions.ImportMemoryAction"
|
id="org.eclipse.dd.debug.memory.renderings.actions.ImportMemoryAction"
|
||||||
label="%ImportMemoryAction.label"
|
label="%ImportMemoryAction.label"
|
||||||
state="false"
|
state="false"
|
||||||
|
|
Loading…
Add table
Reference in a new issue