Bug 755289 - Developer toolbar missing the cross in close button. r=paul

This commit is contained in:
Girish Sharma 2012-05-15 07:28:00 +02:00
parent e640b5921f
commit 793a5bc7b0

View File

@ -1078,6 +1078,7 @@
hidden="true">
#ifdef XP_MACOSX
<toolbarbutton id="developer-toolbar-closebutton"
class="devtools-closebutton"
oncommand="DeveloperToolbar.hide();"
tooltiptext="&devToolbarCloseButton.tooltiptext;"/>
#endif
@ -1102,6 +1103,7 @@
command="Tools:Debugger"/>
#ifndef XP_MACOSX
<toolbarbutton id="developer-toolbar-closebutton"
class="devtools-closebutton"
oncommand="DeveloperToolbar.hide();"
tooltiptext="&devToolbarCloseButton.tooltiptext;"/>
#endif