mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
write title as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4201 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
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, "<?xml version=\"1.0\"?>\n");
|
||||||
fprintf(out, "<" GNC_ACCOUNT_STRING ">\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_SHORT, gea->short_description);
|
||||||
|
|
||||||
write_string_part(out, GNC_ACCOUNT_LONG, gea->long_description);
|
write_string_part(out, GNC_ACCOUNT_LONG, gea->long_description);
|
||||||
|
Loading…
Reference in New Issue
Block a user