Show More
@@ -361,7 +361,7 b' class MainWindow(QtGui.QMainWindow):' | |||||
361 | triggered=self.print_action_active_frontend) |
|
361 | triggered=self.print_action_active_frontend) | |
362 | self.add_menu_action(self.file_menu, self.print_action) |
|
362 | self.add_menu_action(self.file_menu, self.print_action) | |
363 |
|
363 | |||
364 |
if sys.platform |
|
364 | if sys.platform != 'darwin': | |
365 | # OSX always has Quit in the Application menu, only add it |
|
365 | # OSX always has Quit in the Application menu, only add it | |
366 | # to the File menu elsewhere. |
|
366 | # to the File menu elsewhere. | |
367 |
|
367 |
General Comments 0
You need to be logged in to leave comments.
Login now