Skip to content

Commit

Permalink
Make sure Analysis menu (sextante) shows up before Window menu on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Apr 24, 2013
1 parent 154b750 commit 3977cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/SextantePlugin.py
Expand Up @@ -90,7 +90,7 @@ def initGui(self):
self.menu.addAction(self.resultsAction)

menuBar = self.iface.mainWindow().menuBar()
menuBar.insertMenu(menuBar.actions()[-1], self.menu)
menuBar.insertMenu(self.iface.firstRightStandardMenu().menuAction(), self.menu)

def unload(self):
self.toolbox.setVisible(False)
Expand Down

0 comments on commit 3977cb6

Please sign in to comment.