widget-factory: Update copyright line
Update the years to 2019, and use some better typography.
This commit is contained in:
parent
849b7faac8
commit
ec1e8fb20f
@ -211,15 +211,15 @@ activate_about (GSimpleAction *action,
|
|||||||
gtk_get_micro_version ());
|
gtk_get_micro_version ());
|
||||||
|
|
||||||
gtk_show_about_dialog (GTK_WINDOW (gtk_application_get_active_window (app)),
|
gtk_show_about_dialog (GTK_WINDOW (gtk_application_get_active_window (app)),
|
||||||
"program-name", "GTK+ Widget Factory",
|
"program-name", "GTK Widget Factory",
|
||||||
"version", version,
|
"version", version,
|
||||||
"copyright", "(C) 1997-2013 The GTK+ Team",
|
"copyright", "© 1997—2019 The GTK Team",
|
||||||
"license-type", GTK_LICENSE_LGPL_2_1,
|
"license-type", GTK_LICENSE_LGPL_2_1,
|
||||||
"website", "http://www.gtk.org",
|
"website", "http://www.gtk.org",
|
||||||
"comments", "Program to demonstrate GTK+ themes and widgets",
|
"comments", "Program to demonstrate GTK themes and widgets",
|
||||||
"authors", authors,
|
"authors", authors,
|
||||||
"logo-icon-name", "gtk3-widget-factory",
|
"logo-icon-name", "gtk3-widget-factory",
|
||||||
"title", "About GTK+ Widget Factory",
|
"title", "About GTK Widget Factory",
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
g_free (version);
|
g_free (version);
|
||||||
|
Loading…
Reference in New Issue
Block a user