[muttator] fixed guioptions handling

This commit is contained in:
Martin Stubenschrott
2008-12-04 22:19:03 +01:00
parent b8d32c8e3d
commit fd77862f15
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const config = { //{{{
defaults: { guioptions: "r" },
guioptions: {
m: ["MenuBar", ["toolbar-menubar"]],
m: ["Menubar", ["toolbar-menubar"]],
T: ["Toolbar", ["nav-bar"]],
b: ["Bookmark bar", ["PersonalToolbar"]]
},