diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/gui/dialogs/about.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +17-05-05 Cyrille Bagard <nocbos@gmail.com> + + * src/gui/dialogs/about.c: + Restore a valid copyright in the About dialog box. + 17-04-30 Cyrille Bagard <nocbos@gmail.com> * plugins/fmtp/def.h: diff --git a/src/gui/dialogs/about.c b/src/gui/dialogs/about.c index 0d7f399..7868e19 100644 --- a/src/gui/dialogs/about.c +++ b/src/gui/dialogs/about.c @@ -125,7 +125,7 @@ GtkWidget *create_about_dialog(GtkWindow *parent) /* Copyright */ - label = qck_create_label(NULL, NULL, "<span fgcolor='white'>Copyright (C) 2015-2017 Cyrille Bagard</span>"); + label = qck_create_label(NULL, NULL, "<span fgcolor='white'>Copyright (C) 2008-2017 Cyrille Bagard</span>"); gtk_widget_set_halign(label, GTK_ALIGN_CENTER); gtk_label_set_use_markup(GTK_LABEL(label), TRUE); gtk_fixed_put(GTK_FIXED(fixed), label, 0, 400); |