Merge branch 'maint' of https://github.com/brentjens/gnucash into maint

This commit is contained in:
Geert Janssens 2019-02-13 18:47:06 +01:00
commit f22e30ba9e

View File

@ -1512,7 +1512,7 @@ gtv_sr_cdf0 (GtkTreeViewColumn *col, GtkCellRenderer *cell, GtkTreeModel *s_mode
/* Is this a template */
if (is_template && is_trow1)
{
strncpy (datebuff, _(" Scheduled "), sizeof(datebuff));
strncpy (datebuff, _(" Scheduled "), sizeof(datebuff)-1);
editable = FALSE;
}
else if (is_template && is_trow2 && show_extra_dates)