From 321d492f1be322b539e089c86976e15da641122e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 11 Sep 2014 21:27:28 +0200 Subject: [PATCH] Fixed the icon in the "about" dialog --- src/phone.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/phone.c b/src/phone.c index 8ec35a2..9a65e3b 100644 --- a/src/phone.c +++ b/src/phone.c @@ -1562,8 +1562,7 @@ static void _show_about_window(Phone * phone) _("Telephony application for the DeforaOS desktop")); desktop_about_dialog_set_copyright(phone->ab_window, _copyright); desktop_about_dialog_set_license(phone->ab_window, _license); - desktop_about_dialog_set_logo_icon_name(phone->ab_window, - "phone-dialer"); + desktop_about_dialog_set_logo_icon_name(phone->ab_window, "call-start"); desktop_about_dialog_set_name(phone->ab_window, PACKAGE); desktop_about_dialog_set_translator_credits(phone->ab_window, _("translator-credits"));