diff --git a/src/engine/io-example-account.c b/src/engine/io-example-account.c index d3e57d4cd9..e7dddac34d 100644 --- a/src/engine/io-example-account.c +++ b/src/engine/io-example-account.c @@ -320,6 +320,8 @@ gnc_write_example_account(GncExampleAccount *gea, const gchar *filename) fprintf(out, "\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);