mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -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 */
|
/* Is this a template */
|
||||||
if (is_template && is_trow1)
|
if (is_template && is_trow1)
|
||||||
{
|
{
|
||||||
strncpy (datebuff, _(" Scheduled "), sizeof(datebuff));
|
strncpy (datebuff, _(" Scheduled "), sizeof(datebuff)-1);
|
||||||
editable = FALSE;
|
editable = FALSE;
|
||||||
}
|
}
|
||||||
else if (is_template && is_trow2 && show_extra_dates)
|
else if (is_template && is_trow2 && show_extra_dates)
|
||||||
|
Loading…
Reference in New Issue
Block a user