diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-01-01 05:33:04 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 10:24:02 +0100 |
commit | 3cdef72da397f3878dfb24a91281ddeaf0eece37 (patch) | |
tree | 50a97c4a2038126ee531ba601f23b8ce161aea69 /browser/components/shell/nsGNOMEShellService.cpp | |
parent | 1a418cf476709cc49a4b7dcf4aef64c5100ddaf9 (diff) | |
download | UXP-3cdef72da397f3878dfb24a91281ddeaf0eece37.tar UXP-3cdef72da397f3878dfb24a91281ddeaf0eece37.tar.gz UXP-3cdef72da397f3878dfb24a91281ddeaf0eece37.tar.lz UXP-3cdef72da397f3878dfb24a91281ddeaf0eece37.tar.xz UXP-3cdef72da397f3878dfb24a91281ddeaf0eece37.zip |
Chase the fox out of the shell service.
"Welcome to branding hell, boys!"
Part 2 for #271.
Diffstat (limited to 'browser/components/shell/nsGNOMEShellService.cpp')
-rw-r--r-- | browser/components/shell/nsGNOMEShellService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/shell/nsGNOMEShellService.cpp b/browser/components/shell/nsGNOMEShellService.cpp index 1001a52ae..613b5bffc 100644 --- a/browser/components/shell/nsGNOMEShellService.cpp +++ b/browser/components/shell/nsGNOMEShellService.cpp @@ -451,7 +451,7 @@ nsGNOMEShellService::SetDesktopBackground(nsIDOMElement* aElement, // Set the image to an empty string first to force a refresh // (since we could be writing a new image on top of an existing - // Firefox_wallpaper.png and nautilus doesn't monitor the file for changes) + // Basilisk_wallpaper.png and nautilus doesn't monitor the file for changes) gconf->SetString(NS_LITERAL_CSTRING(kDesktopImageKey), EmptyCString()); |