diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-05 19:44:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-05 19:44:51 (GMT) |
commit | 07768223823d8c2b0071be8d8e6dfc5ccb891b17 (patch) | |
tree | cac73ff78b035e1f2269e2e58fc0b39a52c74814 /src | |
parent | 33880cfe5e5de8b81e8a825878b3bbe8ef736f3f (diff) |
Restored a valid copyright in the About dialog box.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/dialogs/about.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |