Ticket #22022: patch-src-configwindow.py.diff

File patch-src-configwindow.py.diff, 805 bytes (added by allencmcbride@…, 15 years ago)
  • src/configwindow.py

    old new  
    288288        box, category_vbox = gu.hig_category_vbox(_("Interface"))
    289289        page_vbox.pack_start(box, False)
    290290
    291         b = gu.nCheckButton('gui', 'web_browser_as_help_browser',
    292             _("_Display the user manual in web browser"))
    293         category_vbox.pack_start(b, False)
     291        #b = gu.nCheckButton('gui', 'web_browser_as_help_browser',
     292        #    _("_Display the user manual in web browser"))
     293        #category_vbox.pack_start(b, False)
    294294        self.g_mainwin_user_resizeable = gu.nCheckButton('gui',
    295295          'mainwin_user_resizeable', _("_Resizeable main window"))
    296296        category_vbox.pack_start(self.g_mainwin_user_resizeable, False)