Bug 870461 - Add 'Clear Recent History', 'Restore Previous Session', and tweak some of the text. r=gijs

This commit is contained in:
Jared Wein
2013-05-21 10:27:16 -04:00
parent 6ab7d65138
commit 64980debd0
3 changed files with 11 additions and 3 deletions

View File

@@ -56,8 +56,14 @@
<panelsubview id="PanelUI-history" flex="1">
<label value="&appMenuHistory.label;"/>
<toolbarbutton id="appMenuClearRecentHistory"
label="&appMenuHistory.clearRecentLabel;"
command="Tools:Sanitize"/>
<toolbarbutton id="appMenuRestoreLastSession"
label="&appMenuHistory.restoreSession;"
command="Browser:RestoreLastSession"/>
<vbox id="PanelUI-historyItems"/>
<label value="&appMenuHistoryMore.label;"
<label value="&appMenuHistory.moreLabel;"
id="PanelUI-historyMore"
class="text-link"
onclick="PlacesCommandHook.showPlacesOrganizer('History'); PanelUI.hide();"/>