glchess: use the correct icon name

Or the icon in the about dialog will show gtk-missing-image

https://bugzilla.gnome.org/show_bug.cgi?id=646276
This commit is contained in:
Cosimo Cecchi 2011-03-30 17:35:10 -04:00 committed by Robert Ancell
parent 5b6acaac3c
commit c243b5d52c

View file

@ -1366,7 +1366,7 @@ public class Application
about_dialog.translator_credits = "translator-credits";
about_dialog.website = "http://www.gnome.org/projects/gnome-games/";
about_dialog.website_label = _("GNOME Games web site");
about_dialog.logo_icon_name = "glchess";
about_dialog.logo_icon_name = "gnome-glchess";
about_dialog.response.connect (about_response_cb);
about_dialog.show ();
}