View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000481 | ascend | pygtk gui | public | 2010-09-14 21:51 | 2011-02-15 17:33 |
Reporter | ulidtko | ||||
Assigned To | john | ||||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 0.9.7 | ||||
Target Version | Fixed in Version | 0.9.8 | |||
Summary | 0000481: don't force firefox usage in help system | ||||
Description | My default system browser is Chromium; and so it gets very inconvenient when ASCEND launches Firefox for displaying online help. The following patch corrects that behaviour: Index: pygtk/help.py =================================================================== --- pygtk/help.py (revision 3078) +++ pygtk/help.py (working copy) @@ -38,7 +38,7 @@ _b = webbrowser.get() else: # tested on Fedora 7: - _b = webbrowser.get('firefox') + _b = webbrowser.get() if self.goonline: _u = self.webhelproot Regards, max ulidtko | ||||
Tags | No tags attached. | ||||