mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Issue #8232: Renamed WinFireFox to WinFirefox
This commit is contained in:
parent
28363e97cc
commit
f3291a8340
1 changed files with 2 additions and 2 deletions
|
|
@ -538,7 +538,7 @@ if sys.platform[:3] == "win":
|
||||||
newtab = "-new-tab"
|
newtab = "-new-tab"
|
||||||
|
|
||||||
|
|
||||||
class WinFireFox(WindowsDefault):
|
class WinFirefox(WindowsDefault):
|
||||||
"""Launcher class for windows specific Firefox browser"""
|
"""Launcher class for windows specific Firefox browser"""
|
||||||
|
|
||||||
cmd = "start firefox.exe"
|
cmd = "start firefox.exe"
|
||||||
|
|
@ -614,7 +614,7 @@ if sys.platform[:3] == "win":
|
||||||
elif "chrome" in browser:
|
elif "chrome" in browser:
|
||||||
register("chrome", None, WinChrome("chrome"))
|
register("chrome", None, WinChrome("chrome"))
|
||||||
elif "firefox" in browser:
|
elif "firefox" in browser:
|
||||||
register("firefox", None, WinFireFox("firefox"))
|
register("firefox", None, WinFirefox("firefox"))
|
||||||
elif "opera" in browser:
|
elif "opera" in browser:
|
||||||
register("opera", None, WinOpera("opera"))
|
register("opera", None, WinOpera("opera"))
|
||||||
elif "seamonkey" in browser:
|
elif "seamonkey" in browser:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue