diff --git a/src/notes.c b/src/notes.c index dc10289..27379db 100644 --- a/src/notes.c +++ b/src/notes.c @@ -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 },