blob: 8d77a4995d8e7b3a1ca0473d63a2f27c65c262b9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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>
|