git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3193 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-11-22 06:04:31 +00:00
parent d09f02f7e4
commit 44e23da3d7

View File

@ -265,7 +265,7 @@ gnc_get_default_register_style()
char *style_string;
style_string = gnc_lookup_multichoice_option("Register",
"Default Register Mode",
"Default Register Style",
"ledger");
if (safe_strcmp(style_string, "ledger") == 0)