##// END OF EJS Templates
Just indent a commentary with the right numbur of tabs and re-wrap it
Matthias BUSSONNIER -
Show More
@@ -99,10 +99,9 b' class MainWindow(QtGui.QMainWindow):'
99 self._confirm_exit = confirm_exit
99 self._confirm_exit = confirm_exit
100 self.setCentralWidget(frontend)
100 self.setCentralWidget(frontend)
101
101
102 # MenuBar is always present on Mac Os, so let's populate
102 # MenuBar is always present on Mac Os, so let's populate it with possible
103 # it with possible action, don't do it on other platform
103 # action, don't do it on other platform as some user might not want the
104 # as some user might not want the menu bar, or give them
104 # menu bar, or give them an option to remove it
105 # an option to remove it
106
105
107 def initMenuBar(self):
106 def initMenuBar(self):
108 #create menu in the order they should appear in the menu bar
107 #create menu in the order they should appear in the menu bar
General Comments 0
You need to be logged in to leave comments. Login now