mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 03:30:17 +01:00
19 lines
487 B
XML
19 lines
487 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://inspector/locale/prefs.dtd">
|
|
|
|
<overlay id="ovPrefs"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<treechildren id="advancedChildren">
|
|
<treeitem id="inspector">
|
|
<treerow>
|
|
<treecell class="treecell-indent" url="chrome://inspector/content/prefs/pref-inspector.xul" label="&Inspector.label;"/>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
|
|
</overlay>
|
|
|
|
|