About dialog: Use the environment variable names for user directory labels.

Instead of capitalized versions of the variables in gnc-filepath-utils.
The environment variables are documented in the wiki and are what the user
can change.
pull/2152/head
John Ralls 5 months ago
parent bacb5bde17
commit 1debab5cae

@ -1313,8 +1313,8 @@ gnc_list_all_paths ()
gnc_filepath_init ();
return {
{ "GNC_USERDATA_DIR", gnc_userdata_home_str.c_str(), true},
{ "GNC_USERCONFIG_DIR", gnc_userconfig_home_str.c_str(), true },
{ "GNC_DATA_HOME", gnc_userdata_home_str.c_str(), true},
{ "GNC_CONFIG_HOME", gnc_userconfig_home_str.c_str(), true },
{ "GNC_BIN", g_getenv ("GNC_BIN"), false },
{ "GNC_LIB", g_getenv ("GNC_LIB"), false },
{ "GNC_CONF", g_getenv ("GNC_CONF"), false },

Loading…
Cancel
Save