1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 82264: Enhance the Shared Libraries view. New images for the "Load Symbols" action.

This commit is contained in:
Mikhail Khodjaiants 2005-02-15 05:09:46 +00:00
parent 30f8084e4f
commit b9cfea60b3
5 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2005-02-14 Mikhail Khodjaiants
Bug 82264: Enhance the Shared Libraries view.
New images for the "Load Symbols" action.
* plugin.xml
* icons/full/clcl16/load_symbols_co.gif
* icons/full/dlcl16/load_symbols_co.gif
* icons/full/elcl16/load_symbols_co.gif
2005-02-14 Mikhail Khodjaiants
Bug 82264: Enhance the Shared Libraries view.
Added the "Load Symbols" action.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 230 B

View file

@ -737,7 +737,7 @@
enablesFor="1"
label="%LoadSymbolsAction.label"
tooltip="%LoadSymbolsAction.tooltip"
icon="icons/full/clcl16/load_symbols_co.gif"
icon="icons/full/elcl16/load_symbols_co.gif"
class="org.eclipse.cdt.debug.internal.ui.actions.LoadModuleSymbolsActionDelegate"
menubarPath="modulesGroup"
id="org.eclipse.cdt.debug.ui.LoadSymbolsAction"/>