Fix the about dialog in GTK+ 3

Now we have to override the icon name property.
This commit is contained in:
Přemysl Eric Janouch 2015-02-09 20:28:12 +01:00
parent 4e0e09a62b
commit e74d582eca
1 changed files with 1 additions and 0 deletions

View File

@ -972,6 +972,7 @@ on_action_about (GtkAction *action, LdWindowMain *self)
{
gtk_show_about_dialog (GTK_WINDOW (self),
"program-name", PROJECT_NAME,
"logo-icon-name", PROJECT_NAME,
"version", PROJECT_VERSION,
"translator-credits", _("translator-credits"),
"copyright", "Copyright Přemysl Janouch 2010, 2011, 2012, 2013, 2015",