/* The following string does not need translation because if
*itshowsup,theprogramisunusableanyway.*/
gnc_error_dialog(NULL,"The installation directories were not found.\n\ndatadir=%s\nlibdir=%s\nsysconfdir=%s\n\nYour installation is incomplete and cannot be run.",
pkgdatadir,pkglibdir,pkgsysconfdir);
/* gnc_error_dialog must not be called before gnome_program_init. */
}
g_free(prefix);
g_free(pkgsysconfdir);
g_free(pkgdatadir);
g_free(pkglibdir);
/* Did the installation directory check fail? Terminate