browser/components/customizableui/content/aboutCustomizing.xul

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2
michael@0 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 4 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 6
michael@0 7 <!DOCTYPE window [
michael@0 8 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
michael@0 9 %brandDTD;
michael@0 10 <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd">
michael@0 11 %browserDTD;
michael@0 12 ]>
michael@0 13
michael@0 14 <window id="aboutCustomizingWindow"
michael@0 15 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
michael@0 16 xmlns:html="http://www.w3.org/1999/xhtml"
michael@0 17 title="&customizeMode.tabTitle;">
michael@0 18 <html:head>
michael@0 19 <html:link rel="icon" type="image/x-icon"
michael@0 20 href="chrome://browser/skin/customizableui/customizeFavicon.ico"/>
michael@0 21 </html:head>
michael@0 22 </window>

mercurial