mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Remove more comm.jar dependencies.
This commit is contained in:
parent
99d0a31454
commit
931ccf311b
@ -21,22 +21,20 @@
|
||||
# Bill Law <law@netscape.com>
|
||||
# Aaron Kaluszka <ask@swva.net>
|
||||
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||
%brandDTD;
|
||||
<!ENTITY % platformDTD SYSTEM "chrome://global-platform/locale/platformDialogOverlay.dtd" >
|
||||
%platformDTD;
|
||||
<!ENTITY % prefWinhooksDTD SYSTEM "chrome://communicator/locale/pref/pref-winhooks.dtd" >
|
||||
<!ENTITY % prefWinhooksDTD SYSTEM "chrome://browser/locale/pref/pref-winhooks.dtd" >
|
||||
%prefWinhooksDTD;
|
||||
]>
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-winhooks.xul');"
|
||||
onload="parent.initPanel('chrome://browser/content/pref/pref-winhooks.xul');"
|
||||
headertitle="&title.label;">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-winhooks.js"/>
|
||||
<script type="application/x-javascript" src="chrome://browser/content/pref/pref-winhooks.js"/>
|
||||
|
||||
<!-- File types -->
|
||||
<label value="&files.text;"/>
|
||||
|
Loading…
Reference in New Issue
Block a user