Add seamonkey to list of Windows browsers too.

This commit is contained in:
Georg Brandl 2006-05-03 17:46:13 +00:00
parent d8accb32a5
commit 7377ad2ecd

View file

@ -509,7 +509,8 @@ def open(self, url, new=0, autoraise=1):
_tryorder = []
_browsers = {}
# Prefer mozilla/netscape/opera if present
for browser in ("firefox", "firebird", "mozilla", "netscape", "opera"):
for browser in ("firefox", "firebird", "seamonkey", "mozilla",
"netscape", "opera"):
if _iscommand(browser):
register(browser, None, BackgroundBrowser(browser))
register("windows-default", WindowsDefault)