mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Correct spelling.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15613 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5c6fd704cf
commit
654fcfe72e
@ -161,14 +161,14 @@ gnc_schedXaction_dom_tree_create(SchedXaction *sx)
|
||||
gboolean allow_incompat = FALSE;
|
||||
GError *err = NULL;
|
||||
|
||||
allow_incompat = gnc_gconf_get_bool("dev", "allow_file_incompatability", &err);
|
||||
allow_incompat = gnc_gconf_get_bool("dev", "allow_file_incompatibility", &err);
|
||||
if (err != NULL)
|
||||
{
|
||||
g_warning("error getting gconf value [%s]", err->message);
|
||||
g_error_free(err);
|
||||
allow_incompat = FALSE;
|
||||
}
|
||||
g_debug("allow_incompatability: [%s]", allow_incompat ? "true" : "false");
|
||||
g_debug("allow_incompatibility: [%s]", allow_incompat ? "true" : "false");
|
||||
|
||||
templ_acc_guid = xaccAccountGetGUID(sx->template_acct);
|
||||
|
||||
|
@ -495,8 +495,8 @@
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gnucash/dev/allow_file_incompatability</key>
|
||||
<applyto>/apps/gnucash/dev/allow_file_incompatability</applyto>
|
||||
<key>/schemas/apps/gnucash/dev/allow_file_incompatibility</key>
|
||||
<applyto>/apps/gnucash/dev/allow_file_incompatibility</applyto>
|
||||
<owner>gnucash</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
|
Loading…
Reference in New Issue
Block a user