mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<overlay id="overlay1"
|
||
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
<commandset id="test_commandset">
|
||
|
<command id="cmd_test"/>
|
||
|
</commandset>
|
||
|
<toolbarbutton id="button_test"
|
||
|
command="cmd_test"/>
|
||
|
</overlay>
|