write title as well.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4201 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.6
James LewisMoss 25 years ago
parent 73735fe869
commit 7236897bab

@ -320,6 +320,8 @@ gnc_write_example_account(GncExampleAccount *gea, const gchar *filename)
fprintf(out, "<?xml version=\"1.0\"?>\n");
fprintf(out, "<" GNC_ACCOUNT_STRING ">\n");
write_string_part(out, GNC_ACCOUNT_TITLE, gea->title);
write_string_part(out, GNC_ACCOUNT_SHORT, gea->short_description);
write_string_part(out, GNC_ACCOUNT_LONG, gea->long_description);

Loading…
Cancel
Save