mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
[project @ 2006-01-02 22:09:23 by rjw]
Enable access to new configuration tools. svn path=/import/netsurf/; revision=1962
This commit is contained in:
parent
0bc97079e6
commit
498b481406
@ -161,7 +161,6 @@ void ro_gui_menu_init(void)
|
||||
};
|
||||
iconbar_menu = ro_gui_menu_define_menu(
|
||||
(struct ns_menu *)&iconbar_definition);
|
||||
ro_gui_menu_set_entry_shaded(iconbar_menu, CHOICES_SHOW, true);
|
||||
|
||||
/* browser menu */
|
||||
NS_MENU(66) browser_definition = {
|
||||
@ -1268,6 +1267,7 @@ void ro_gui_menu_init_structure(wimp_menu *menu, int entries) {
|
||||
(char *)-1;
|
||||
}
|
||||
menu->entries[0].menu_flags |= wimp_MENU_TITLE_INDIRECTED;
|
||||
menu->entries[i - 1].menu_flags |= wimp_MENU_LAST;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user