mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-30 20:54:08 -06:00
Merge branch 'maint' of https://github.com/brentjens/gnucash into maint
This commit is contained in:
commit
f22e30ba9e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user