diff options
Diffstat (limited to 'chrome/ui')
-rw-r--r-- | chrome/ui/settings.xul | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/ui/settings.xul b/chrome/ui/settings.xul index ccb9569..14d9de5 100644 --- a/chrome/ui/settings.xul +++ b/chrome/ui/settings.xul @@ -63,6 +63,7 @@ <button id="btnDelete" oncommand="Settings.deleteRedirect();" accesskey="&btnDelete.accesskey;" label="&btnDelete.label;" tooltiptext="&btnDelete.tooltip;" disabled="true" /> <button id="btnUp" oncommand="Settings.moveUp();" tooltiptext="&btnUp.tooltip;" disabled="true" /> <button id="btnDown" oncommand="Settings.moveDown();" tooltiptext="&btnDown.tooltip;" disabled="true" /> + <button id="btnClose" oncommand="close();" tooltiptext="&btnClose.tooltip;" label="&btnClose.label;" accesskey="&btnClose.accesskey;" /> </hbox> </vbox> </tabpanel> |