diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-18 22:14:36 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-18 22:14:36 -0800 |
commit | 084a44c411146b78273e6ec1649d49c3eb57934d (patch) | |
tree | 5eec9d9f8260bd89e9b616f40ea64d2971fdd1b9 | |
parent | 5c14ae5b7e6739e3776cfd1a9f93db5df6206c68 (diff) | |
download | webbrowser-084a44c411146b78273e6ec1649d49c3eb57934d.tar webbrowser-084a44c411146b78273e6ec1649d49c3eb57934d.tar.gz webbrowser-084a44c411146b78273e6ec1649d49c3eb57934d.tar.lz webbrowser-084a44c411146b78273e6ec1649d49c3eb57934d.tar.xz webbrowser-084a44c411146b78273e6ec1649d49c3eb57934d.zip |
removed branding
-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': |