diff options
Diffstat (limited to 'toolkit/content/customizeToolbar.js')
-rw-r--r-- | toolkit/content/customizeToolbar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/content/customizeToolbar.js b/toolkit/content/customizeToolbar.js index d5288776b..7400aaadc 100644 --- a/toolkit/content/customizeToolbar.js +++ b/toolkit/content/customizeToolbar.js @@ -180,8 +180,8 @@ function persistCurrentSets() // Persist custom toolbar info on the <toolbarset/> // Attributes: // Names: "toolbarX" (X - the number of the toolbar) - // Values: "Name:HidingAttributeName-HidingAttributeValue:CurrentSet" - gToolbox.toolbarset.setAttribute("toolbar"+(++customCount), + // Values: "Name|HidingAttributeName-HidingAttributeValue|CurrentSet" + gToolbox.toolbarset.setAttribute("toolbar" + (++customCount), toolbar.toolbarName + gToolbarInfoSeparators[0] + hidingAttribute |