Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-04-07 21:31:22 +0000
committerChris Aniszczyk2011-04-07 21:32:02 +0000
commitb31532a46f79eeaa42fe9b9fe2feaa1b46a27bc3 (patch)
tree7f3ccc4632fb9470a0aa51f0d90188b566ec3b44 /org.eclipse.mylyn.github.ui/plugin.xml
parent0cc416511934c71fb9c3e0ab7c6312d733ffc16c (diff)
downloadegit-github-b31532a46f79eeaa42fe9b9fe2feaa1b46a27bc3.tar.gz
egit-github-b31532a46f79eeaa42fe9b9fe2feaa1b46a27bc3.tar.xz
egit-github-b31532a46f79eeaa42fe9b9fe2feaa1b46a27bc3.zip
Use proper GitHub logo
Change-Id: If72b62fd5e2389f3bcf9e0db0dc999a9284b0fc3 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.github.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/plugin.xml b/org.eclipse.mylyn.github.ui/plugin.xml
index be433f6e..3d7bf9f9 100644
--- a/org.eclipse.mylyn.github.ui/plugin.xml
+++ b/org.eclipse.mylyn.github.ui/plugin.xml
@@ -9,11 +9,11 @@
name="%org.eclipse.mylyn.github.ui.internal.GitHubRepositoryConnector">
</connectorCore>
<connectorUi
- brandingIcon="images/git-logo.png"
+ brandingIcon="icons/obj16/github.png"
class="org.eclipse.mylyn.github.ui.internal.GitHubRepositoryConnectorUI"
id="org.eclipse.mylyn.github.ui.internal.GitHubRepositoryConnectorUI"
name="%org.eclipse.mylyn.github.ui.internal.GitHubRepositoryConnectorUI"
- overlayIcon="images/git-logo.png">
+ overlayIcon="icons/obj16/github.png">
</connectorUi>
</extension>
<extension

Back to the top