Ticket #30742: patch-spyderlib-spyder.py.diff
File patch-spyderlib-spyder.py.diff, 740 bytes (added by mbrethen@…, 13 years ago) |
---|
-
spyderlib/spyder.py
class MainWindow(QMainWindow): 651 651 spyder_doc = osp.join(osp.dirname(__file__), os.pardir, 652 652 'build', 'lib', 'spyderlib', 'doc', 653 653 "index.html") 654 doc_action = create_bookmark_action(self, spyder_doc,654 doc_action = create_bookmark_action(self, 'file://' + spyder_doc, 655 655 _("Spyder documentation"), shortcut="F1", 656 656 icon=get_std_icon('DialogHelpButton')) 657 657 self.help_menu_actions = [about_action, doc_action]