diff options
Diffstat (limited to 'branding/shared')
-rw-r--r-- | branding/shared/branding.mozbuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/branding/shared/branding.mozbuild b/branding/shared/branding.mozbuild index 284520a..6298061 100644 --- a/branding/shared/branding.mozbuild +++ b/branding/shared/branding.mozbuild @@ -1,13 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @template def ApplicationBranding(): JS_PREFERENCE_PP_FILES += [ - 'pref/palemoon-branding.js', + 'pref/webbrowser-branding.js', ] if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': |