Bug 1106991 - Added missing icon for Hello's "tour". r=nperriault

This commit is contained in:
Romain Gauthier
2014-12-12 15:43:01 +01:00
parent 4d7b09358c
commit 821ef9b14b
4 changed files with 13 additions and 2 deletions

View File

@@ -319,7 +319,8 @@ loop.panel = (function(_, mozL10n) {
onClick: this.handleClickAccountEntry,
icon: "account",
displayed: this._isSignedIn()}),
SettingsDropdownEntry({label: mozL10n.get("tour_label"),
SettingsDropdownEntry({icon: "tour",
label: mozL10n.get("tour_label"),
onClick: this.openGettingStartedTour}),
SettingsDropdownEntry({label: this._isSignedIn() ?
mozL10n.get("settings_menu_item_signout") :