Bug 457160, Customize toolbar only showing some of the icons

r=gavin
This commit is contained in:
Simon Bünzil 2008-09-27 12:12:04 -04:00
parent 4bdd7e393e
commit e9dae6c923

View File

@ -3025,7 +3025,7 @@ function BrowserCustomizeToolbar()
#else
window.openDialog(customizeURL,
"CustomizeToolbar",
"chrome,titlebar,resizable,dependent",
"chrome,titlebar,toolbar,resizable,dependent",
gNavToolbox);
#endif
}