widget-factory: Update copyright line

Update the years to 2019, and use some better typography.
This commit is contained in:
Matthias Clasen 2019-04-16 18:09:46 -04:00
parent 226e0eadf0
commit f4e32f29e1

View File

@ -227,7 +227,7 @@ activate_about (GSimpleAction *action,
gtk_show_about_dialog (GTK_WINDOW (gtk_application_get_active_window (app)),
"program-name", "GTK Widget Factory",
"version", version,
"copyright", "(C) 1997-2013 The GTK Team",
"copyright", "©1997—2019 The GTK Team",
"license-type", GTK_LICENSE_LGPL_2_1,
"website", "http://www.gtk.org",
"comments", "Program to demonstrate GTK themes and widgets",