Skip to content

Commit

Permalink
JBIDE-22588 Revert "JBIDE-22382 : use Red Hat Developer icon for Red …
Browse files Browse the repository at this point in the history
…Hat Central (#382)"

This reverts commit a058544.
  • Loading branch information
fbricon committed Jun 13, 2016
1 parent a058544 commit a4a82db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file removed central/plugins/org.jboss.tools.central/icons/rhd.png
Binary file not shown.
10 changes: 5 additions & 5 deletions central/plugins/org.jboss.tools.central/plugin.xml
Expand Up @@ -10,7 +10,7 @@
point="org.eclipse.ui.editors">
<editor
name="Red Hat Central"
icon="icons/rhd.png"
icon="icons/shadowman.png"
contributorClass="org.jboss.tools.central.editors.JBossCentralEditorContributor"
class="org.jboss.tools.central.editors.JBossCentralEditor"
id="org.jboss.tools.central.editors.JBossCentralEditor">
Expand Down Expand Up @@ -39,8 +39,8 @@
id="org.jboss.tools.central.toolbar">
<command
commandId="org.jboss.tools.central.show"
disabledIcon="$nl$/icons/rhd.png"
icon="$nl$/icons/rhd.png"
disabledIcon="$nl$/icons/shadowman.png"
icon="$nl$/icons/shadowman.png"
id="org.jboss.tools.central.actions.ShowJBossCentralHandler"
style="push"
label="%jboss.central.menu.name"
Expand All @@ -53,8 +53,8 @@
locationURI="menu:help?before=group.intro">
<command
commandId="org.jboss.tools.central.show"
disabledIcon="$nl$/icons/rhd.png"
icon="$nl$/icons/rhd.png"
disabledIcon="$nl$/icons/shadowman.png"
icon="$nl$/icons/shadowman.png"
id="org.jboss.tools.central.actions.ShowJBossCentralHandler"
label="%jboss.central.menu.name"
style="push"
Expand Down
Expand Up @@ -57,7 +57,7 @@ public String getDocumentationUrl() {
@Override
public Image getHeaderImage() {
if (headerImage == null) {
headerImage = JBossCentralActivator.getDefault().getImage("/icons/rhd.png"); //$NON-NLS-1$
headerImage = JBossCentralActivator.getDefault().getImage("/icons/shadowman.png"); //$NON-NLS-1$
}
return headerImage;
}
Expand Down

0 comments on commit a4a82db

Please sign in to comment.