Fix the about dialog in GTK+ 3
Now we have to override the icon name property.
This commit is contained in:
parent
4e0e09a62b
commit
e74d582eca
|
@ -972,6 +972,7 @@ on_action_about (GtkAction *action, LdWindowMain *self)
|
||||||
{
|
{
|
||||||
gtk_show_about_dialog (GTK_WINDOW (self),
|
gtk_show_about_dialog (GTK_WINDOW (self),
|
||||||
"program-name", PROJECT_NAME,
|
"program-name", PROJECT_NAME,
|
||||||
|
"logo-icon-name", PROJECT_NAME,
|
||||||
"version", PROJECT_VERSION,
|
"version", PROJECT_VERSION,
|
||||||
"translator-credits", _("translator-credits"),
|
"translator-credits", _("translator-credits"),
|
||||||
"copyright", "Copyright Přemysl Janouch 2010, 2011, 2012, 2013, 2015",
|
"copyright", "Copyright Přemysl Janouch 2010, 2011, 2012, 2013, 2015",
|
||||||
|
|
Loading…
Reference in New Issue