mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
10 lines
289 B
XML
10 lines
289 B
XML
<?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>
|