Index: 04_common/index.html =================================================================== --- 04_common/index.html (revision 34890) +++ 04_common/index.html (revision 34891) @@ -118,7 +118,7 @@ The menu system is loaded and merged from multiple menu files and is dynamic (can be changed while pcb-rnd is running). There is a base menu file (file name is partially configured by conf node rc/menu_file), typically -/usr/share/pcb-menu-default.lht. This is file is loaded first, with priority 0. +/usr/share/menu-default.lht. This is file is loaded first, with priority 0. Then pcb-rnd loads further menu files and menu file patches, for feature plugins, scripts or user addons at higher priority.

@@ -131,7 +131,7 @@

source usual prio description -
base 0 factory menu file, normally /usr/share/pcb-menu-default.lht +
base 0 factory menu file, normally /usr/share/menu-default.lht
plugins (static) 100..199 menu files embedded in feature plugins (e.g. to create import menus per format)
user 300..400 menu files/patches loaded upon user request (conf node: rc/menu_patches)
action (scripts) 500 using the CreateMenu() action