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): 
    651651                    spyder_doc = osp.join(osp.dirname(__file__), os.pardir,
    652652                                          'build', 'lib', 'spyderlib', 'doc',
    653653                                          "index.html")
    654             doc_action = create_bookmark_action(self, spyder_doc,
     654            doc_action = create_bookmark_action(self, 'file://' + spyder_doc,
    655655                               _("Spyder documentation"), shortcut="F1",
    656656                               icon=get_std_icon('DialogHelpButton'))
    657657            self.help_menu_actions = [about_action, doc_action]