* 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:
Derek Atkins
2003-03-13 04:51:24 +00:00
parent 84542ff0c9
commit 7572f487b0
3 changed files with 8 additions and 2 deletions

View File

@@ -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");