Display advanced menu

This commit is contained in:
Et0h 2015-01-22 22:15:03 +00:00
parent 31c6fcc088
commit 9b054a685f

View File

@ -556,6 +556,8 @@ class MainWindow(QtGui.QMainWindow):
getMessage("identifyascontroller-menu-label"))
window.identifyascontroller.triggered.connect(self.identifyAsController)
window.menuBar.addMenu(window.advancedMenu)
# Window menu
window.windowMenu = QtGui.QMenu(getMessage("window-menu-label"), self)