Patch from Zach Sadecki to start custom check items at index 1, #434029.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16028 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler
2007-04-30 08:25:57 +00:00
parent b862c134e6
commit 3cda5a70e9

View File

@@ -502,7 +502,7 @@ pcd_save_custom_data(PrintCheckDialog *pcd, gchar *filename)
GError *error = NULL;
GtkWidget *dialog;
gdouble multip;
gint i = 0;
gint i = 1;
GUID guid;
char buf[GUID_ENCODING_LENGTH+1];