Skip to content

Commit

Permalink
[MetaSearch] update plugin icon (fixes #11732) [needs-docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Oct 17, 2017
1 parent 9fdd060 commit 92e5de9
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 2 deletions.
Binary file removed python/plugins/MetaSearch/images/MetaSearch.png
Binary file not shown.
350 changes: 350 additions & 0 deletions python/plugins/MetaSearch/images/MetaSearch.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/plugins/MetaSearch/metadata.txt
Expand Up @@ -5,7 +5,7 @@ about=MetaSearch is a QGIS plugin to interact with metadata catalog services, su
category=Web
version=0.3.5
qgisMinimumVersion=2.14
icon=images/MetaSearch.png
icon=images/MetaSearch.svg
author=Tom Kralidis
email=tomkralidis@gmail.com
tags=web,catalog,service,metadata,csw
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/MetaSearch/plugin.py
Expand Up @@ -56,7 +56,7 @@ def initGui(self):

# run
run_icon = QIcon('%s/%s' % (self.context.ppath,
'images/MetaSearch.png'))
'images/MetaSearch.svg'))
self.action_run = QAction(run_icon, 'MetaSearch',
self.iface.mainWindow())
self.action_run.setWhatsThis(QCoreApplication.translate('MetaSearch',
Expand Down

0 comments on commit 92e5de9

Please sign in to comment.