mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
9d60c52786
--HG-- extra : rebase_source : 983d21b9331fac8057bd56606f91cbe20e3a62fa
11 lines
379 B
XML
11 lines
379 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay SYSTEM "chrome://exta/locale/exta.dtd">
|
|
<overlay id="extA2"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<statusbar id="extAbar">
|
|
<statusbarpanel id="extApanel" label="panel 1">
|
|
</statusbarpanel>
|
|
<statusbarpanel id="extApanel2" label="panel 2" />
|
|
</statusbar>
|
|
</overlay>
|