mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/app-utils/gnc-ui-util.c:
* src/gnome/top-level.c: the Account Separator option was moved to the Accounts page -- reference is correctly. Fixes #106673 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8072 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -133,7 +133,7 @@ gnc_get_account_separator (void)
|
||||
char separator = ':';
|
||||
char *string;
|
||||
|
||||
string = gnc_lookup_multichoice_option("General",
|
||||
string = gnc_lookup_multichoice_option("Accounts",
|
||||
"Account Separator",
|
||||
"colon");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user