]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #8232: Renamed WinFireFox to WinFirefox
authorSteve Dower <steve.dower@microsoft.com>
Mon, 15 Jun 2015 16:11:14 +0000 (09:11 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 15 Jun 2015 16:11:14 +0000 (09:11 -0700)
Lib/webbrowser.py

index 5a356587c005800c1dde5d56b71eb90a43377fa6..6deed922306aa86ecdfa7b7baa9cf68cf8c9318a 100755 (executable)
@@ -538,7 +538,7 @@ if sys.platform[:3] == "win":
         newtab = "-new-tab"
 
 
-    class WinFireFox(WindowsDefault):
+    class WinFirefox(WindowsDefault):
         """Launcher class for windows specific Firefox browser"""
 
         cmd = "start firefox.exe"
@@ -614,7 +614,7 @@ if sys.platform[:3] == "win":
         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: