~meshing/meshing/meshing

« back to all changes in this revision

Viewing changes to dev/plugins/rasterise_polygons/rasterisepolygons.py

  • Committer: Adam Candy
  • Date: 2013-07-25 00:21:24 UTC
  • Revision ID: adam.candy@imperial.ac.uk-20130725002124-6dk312z2u1gqkn3j
Move position of rasterise plugin in menubar.  Separate out Raster calc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
                # Add toolbar button and menu item
115
115
                self.iface.addToolBarIcon(self.action)
116
 
                self.iface.addPluginToMenu(u"&Rasterise Polygons", self.action)
 
116
                self.iface.addPluginToMenu(u"&Meshing", self.action)
117
117
 
118
118
        """
119
119
        Set up toggle.