diff options
author | Timm Bäder <mail@baedert.org> | 2017-01-12 10:12:31 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-01-20 21:33:37 +0100 |
commit | 020d366ed6f61c97efb59cf711c033b491c853f5 (patch) | |
tree | dcf1c7dfe4b46a086a754ee8d648c41e26736df6 /demos | |
parent | 02c28877723dcde3e559210d93e52961997ed122 (diff) | |
download | gtk+-020d366ed6f61c97efb59cf711c033b491c853f5.tar.gz |
widget-factory: Remove some gtk3-widget-factory leftovers
Diffstat (limited to 'demos')
-rw-r--r-- | demos/widget-factory/widget-factory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/widget-factory/widget-factory.c b/demos/widget-factory/widget-factory.c index 61ff61b912..f18acd8ee3 100644 --- a/demos/widget-factory/widget-factory.c +++ b/demos/widget-factory/widget-factory.c @@ -232,7 +232,7 @@ activate_about (GSimpleAction *action, "website", "http://www.gtk.org", "comments", "Program to demonstrate GTK+ themes and widgets", "authors", authors, - "logo-icon-name", "gtk3-widget-factory", + "logo-icon-name", "gtk4-widget-factory", "title", "About GTK+ Widget Factory", "system-information", s->str, NULL); @@ -1901,7 +1901,7 @@ activate (GApplication *app) static void print_version (void) { - g_print ("gtk3-widget-factory %d.%d.%d\n", + g_print ("gtk4-widget-factory %d.%d.%d\n", gtk_get_major_version (), gtk_get_minor_version (), gtk_get_micro_version ()); |