Skip to content

Commit

Permalink
Fix #12215 - missing icons in fTools and GdalTools
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Feb 17, 2015
1 parent ca86763 commit 8eab61d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/GdalTools/GdalTools.py
Expand Up @@ -23,6 +23,9 @@
from qgis.core import QGis
import qgis.utils

# load icons for actions
import resources_rc

# are all dependencies satisfied?
valid = True

Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/fTools.py
Expand Up @@ -63,6 +63,9 @@
import doSpatialIndex
import doEliminate

# load icons for actions
import resources_rc

class fToolsPlugin:
def __init__(self,iface):
self.iface = iface
Expand Down

0 comments on commit 8eab61d

Please sign in to comment.