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:
James LewisMoss 2001-05-15 15:49:10 +00:00
parent 73735fe869
commit 7236897bab

View File

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