##// END OF EJS Templates
remove old comment no longer usefull
Matthias BUSSONNIER -
Show More
@@ -338,9 +338,6 b' class MainWindow(QtGui.QMainWindow):'
338
338
339 self.help_menu = self.menuBar().addMenu("&Help")
339 self.help_menu = self.menuBar().addMenu("&Help")
340
340
341 # sould wrap every line of the following block into a try/except,
342 # as we are not sure of instanciating a _frontend which support all
343 # theses actions, but there might be a better way
344 self.print_action = QtGui.QAction("&Print",
341 self.print_action = QtGui.QAction("&Print",
345 self,
342 self,
346 shortcut="Ctrl+P",
343 shortcut="Ctrl+P",
General Comments 0
You need to be logged in to leave comments. Login now