mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user