Bug #216359 --> search bar menu item does not stay unchecked in ab because it is missing an id.

thanks to mbr for the patch
This commit is contained in:
scott%scott-macgregor.org 2003-08-19 23:42:10 +00:00
Родитель aa6020ffa0
Коммит 1db015dd89
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -237,7 +237,7 @@
accesskey="&showAbToolbarCmd.accesskey;"
oncommand="onViewToolbarCommand('ab-bar', event);"
checked="true" type="checkbox"/>
<menuitem label="&showSearchToolbarCmd.label;"
<menuitem id="menu_showSearchToolbar" label="&showSearchToolbarCmd.label;"
accesskey="&showSearchToolbarCmd.accesskey;"
oncommand="goToggleToolbar('searchBox','menu_showSearchToolbar')"
checked="true" type="checkbox"/>