Fixed the icon in the "about" dialog

This commit is contained in:
Pierre Pronchery 2014-09-11 21:27:28 +02:00
parent 3d6af30b93
commit 321d492f1b

View File

@ -1562,8 +1562,7 @@ static void _show_about_window(Phone * phone)
_("Telephony application for the DeforaOS desktop")); _("Telephony application for the DeforaOS desktop"));
desktop_about_dialog_set_copyright(phone->ab_window, _copyright); desktop_about_dialog_set_copyright(phone->ab_window, _copyright);
desktop_about_dialog_set_license(phone->ab_window, _license); desktop_about_dialog_set_license(phone->ab_window, _license);
desktop_about_dialog_set_logo_icon_name(phone->ab_window, desktop_about_dialog_set_logo_icon_name(phone->ab_window, "call-start");
"phone-dialer");
desktop_about_dialog_set_name(phone->ab_window, PACKAGE); desktop_about_dialog_set_name(phone->ab_window, PACKAGE);
desktop_about_dialog_set_translator_credits(phone->ab_window, desktop_about_dialog_set_translator_credits(phone->ab_window,
_("translator-credits")); _("translator-credits"));