Index: sources.html =================================================================== --- sources.html (revision 34906) +++ sources.html (revision 34907) @@ -22,7 +22,7 @@ system 200 - /usr/share/pcb-rnd/pcb-conf.lht + /usr/share/pcb-rnd/conf_core.lht recommended should hold system and installation specific settings, e.g. path to the system-wise installed footprint library @@ -34,7 +34,7 @@ user 400 - ~/.pcb-rnd/pcb-conf.lht + ~/.pcb-rnd/conf_core.lht recommended store user preferences, user's common footprint lib path, etc; this is the first file the user can modify (even from the GUI) Index: src/merging.dot =================================================================== --- src/merging.dot (revision 34906) +++ src/merging.dot (revision 34907) @@ -60,10 +60,10 @@ subgraph cluster_files { label="config files" bgcolor=grey - lht_system [label="/usr/share/pcb-rnd/pcb-conf.lht" shape=hexagon] + lht_system [label="/usr/share/pcb-rnd/conf_core.lht" shape=hexagon] pcb_default [label="default board, e.g.\n/usr/share/pcb-rnd/default4.lht" shape=hexagon] project [label="./project.lht" shape=hexagon] - lht_user [label="~/.pcb-rnd/pcb-conf.lht" shape=hexagon] + lht_user [label="~/.pcb-rnd/conf_core.lht" shape=hexagon] } subgraph cluster_exec_env {