Skip to content

Commit

Permalink
Issue #8232: Renamed WinFireFox to WinFirefox
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Jun 15, 2015
2 parents f5d6573 + ecc6ad9 commit efe0e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/webbrowser.py
Expand Up @@ -538,7 +538,7 @@ class WinChrome(WindowsDefault):
newtab = "-new-tab"


class WinFireFox(WindowsDefault):
class WinFirefox(WindowsDefault):
"""Launcher class for windows specific Firefox browser"""

cmd = "start firefox.exe"
Expand Down Expand Up @@ -614,7 +614,7 @@ def find_windows_browsers():
elif "chrome" in browser:
register("chrome", None, WinChrome("chrome"))
elif "firefox" in browser:
register("firefox", None, WinFireFox("firefox"))
register("firefox", None, WinFirefox("firefox"))
elif "opera" in browser:
register("opera", None, WinOpera("opera"))
elif "seamonkey" in browser:
Expand Down

0 comments on commit efe0e11

Please sign in to comment.