Index: gsch2pcb-rnd/gsch2pcb.c =================================================================== --- gsch2pcb-rnd/gsch2pcb.c (revision 34780) +++ gsch2pcb-rnd/gsch2pcb.c (revision 34781) @@ -57,7 +57,6 @@ #define CONF_USER_DIR "~/" DOT_PCB_RND -const char *rnd_app_package = "gsch2pcb-rnd"; gdl_list_t pcb_element_list; /* initialized to 0 */ gadl_list_t schematics, extra_gnetlist_arg_list, extra_gnetlist_list; @@ -389,6 +388,10 @@ method_import_register(); + rnd_app.package = "gsch2pcb-rnd"; + rnd_app.version = PCB_VERSION; + rnd_app.revision = PCB_REVISION; + rnd_app.conf_userdir_path = CONF_USER_DIR; rnd_app.conf_user_path = rnd_concat(CONF_USER_DIR, "/pcb-conf.lht", NULL); rnd_app.conf_sysdir_path = PCBCONFDIR;