Bug 762761 - part 3: use a text node for the icon instead of the value attribute; r=me

This commit is contained in:
Nick Fitzgerald 2013-09-18 18:08:00 -07:00
parent 45c3de0da3
commit 4425162551

View File

@ -327,8 +327,8 @@
<toolbarbutton id="pretty-print"
tooltiptext="&debuggerUI.sources.prettyPrint;"
class="devtools-toolbarbutton devtools-monospace"
command="prettyPrintCommand"
value="{}">
command="prettyPrintCommand">
{}
</toolbarbutton>
</toolbar>
</vbox>