Code cleanup

This commit is contained in:
Pierre Pronchery 2020-01-30 22:59:09 +01:00
parent 55ab0efb4f
commit 060719821c

View File

@ -129,7 +129,8 @@ static char const * _authors[] =
/* toolbar */
static DesktopToolbar _toolbar[] =
{
{ N_("New note"), G_CALLBACK(_notes_on_new), GTK_STOCK_NEW, 0, 0, NULL },
{ N_("New note"), G_CALLBACK(_notes_on_new), GTK_STOCK_NEW, 0, 0,
NULL },
{ N_("Edit note"), G_CALLBACK(_notes_on_edit), GTK_STOCK_EDIT, 0, 0,
NULL },
{ "", NULL, NULL, 0, 0, NULL },