Skip to content

Commit

Permalink
JBIDE-22382 : use Red Hat Developer icon for Red Hat Central (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Jun 7, 2016
1 parent 6cd94e3 commit a058544
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/shadowman.png"
icon="icons/rhd.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/shadowman.png"
icon="$nl$/icons/shadowman.png"
disabledIcon="$nl$/icons/rhd.png"
icon="$nl$/icons/rhd.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/shadowman.png"
icon="$nl$/icons/shadowman.png"
disabledIcon="$nl$/icons/rhd.png"
icon="$nl$/icons/rhd.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/shadowman.png"); //$NON-NLS-1$
headerImage = JBossCentralActivator.getDefault().getImage("/icons/rhd.png"); //$NON-NLS-1$
}
return headerImage;
}
Expand Down

0 comments on commit a058544

Please sign in to comment.