Skip to content
Snippets Groups Projects
Commit e8604f9e authored by dgelessus's avatar dgelessus
Browse files

Use current ProB icon everywhere

parent f0e7fed7
No related branches found
No related tags found
No related merge requests found
de.prob.eventb.disprover.ui/icons/prob_mini_logo.gif

1.08 KiB

...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
locationURI="popup:more_commands"> locationURI="popup:more_commands">
<command <command
commandId="de.prob.eventb.disprover.ui.exportpos" commandId="de.prob.eventb.disprover.ui.exportpos"
icon="icons/prob_mini_logo.gif" icon="icons/prob.png"
label="Export POs for ProB (probcli)" label="Export POs for ProB (probcli)"
style="push"> style="push">
</command> </command>
......
de.prob.ui/icons/prob_mini_logo.gif

1.08 KiB

...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
visible="true"> visible="true">
<action <action
class="de.prob.ui.eventb.ShowProBConfigurations" class="de.prob.ui.eventb.ShowProBConfigurations"
icon="icons/new_prob_mini.png" icon="icons/prob.png"
id="showProBConfigurations" id="showProBConfigurations"
label="Show ProB Configurations" label="Show ProB Configurations"
style="pulldown" style="pulldown"
...@@ -965,18 +965,18 @@ ...@@ -965,18 +965,18 @@
</command> </command>
<menu <menu
commandId="de.prob.ui.navigator.context" commandId="de.prob.ui.navigator.context"
icon="icons/new_prob_mini.png" icon="icons/prob.png"
id="more_commands" id="more_commands"
label="ProB Standalone ..."> label="ProB Standalone ...">
<command <command
commandId="de.prob.ui.newcore.export" commandId="de.prob.ui.newcore.export"
icon="icons/prob_mini_logo.gif" icon="icons/prob.png"
label="Export for use in ProB Standalone" label="Export for use in ProB Standalone"
style="push"> style="push">
</command> </command>
<command <command
commandId="de.prob.ui.classic.open" commandId="de.prob.ui.classic.open"
icon="icons/prob_mini_logo.gif" icon="icons/prob.png"
label="Open in ProB Standalone" label="Open in ProB Standalone"
style="push"> style="push">
</command> </command>
......
...@@ -504,7 +504,7 @@ public class AnimationPreferencesDialog extends PreferenceDialog { ...@@ -504,7 +504,7 @@ public class AnimationPreferencesDialog extends PreferenceDialog {
@Override @Override
public Image getImage(final Object element) { public Image getImage(final Object element) {
return AbstractUIPlugin.imageDescriptorFromPlugin(pluginId, return AbstractUIPlugin.imageDescriptorFromPlugin(pluginId,
"icons/new_prob_mini.png").createImage(); "icons/prob.png").createImage();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment