mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
print-editor: Cosmetics
Make the about dialog a bit less barren.
This commit is contained in:
parent
2b920b22c1
commit
756720fde4
@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <pango/pangocairo.h>
|
#include <pango/pangocairo.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
@ -580,10 +581,10 @@ activate_about (GSimpleAction *action,
|
|||||||
};
|
};
|
||||||
gtk_show_about_dialog (GTK_WINDOW (main_window),
|
gtk_show_about_dialog (GTK_WINDOW (main_window),
|
||||||
"name", "Print Test Editor",
|
"name", "Print Test Editor",
|
||||||
"logo-icon-name", "text-editor",
|
"logo-icon-name", "text-editor-symbolic",
|
||||||
"version", "0.1",
|
"version", PACKAGE_VERSION,
|
||||||
"copyright", "(C) Red Hat, Inc",
|
"copyright", "© 2006-2020 Red Hat, Inc",
|
||||||
"comments", "Program to demonstrate GTK+ printing.",
|
"comments", "Program to demonstrate GTK printing.",
|
||||||
"authors", authors,
|
"authors", authors,
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user