From 32285303b5512a4c852398957bbc125f4cc48b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sun, 26 Mar 2017 13:47:32 +0200 Subject: Correctly display the application logo in the 'About' dialog box --- NEWS | 2 ++ mgaapplet | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6cf8051a..1c0b67a0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- correctly display the application logo in the 'About' dialog box + Version 3.20 - 13 March 2017, RĂ©mi Verschelde - use DBus Menu (requires StatusNotifier 1.0) (mga#20410) diff --git a/mgaapplet b/mgaapplet index 3f763c3a..54107b21 100755 --- a/mgaapplet +++ b/mgaapplet @@ -646,7 +646,7 @@ sub about_dialog() { copyright => N("Copyright (C) %s by %s", 'Mandriva', '2001-2010') . "\n" . N("Copyright (C) %s by %s", 'Mageia', '2010-2017'), license => join('', cat_('/usr/share/common-licenses/GPL')), - icon => '/usr/share/icons/hicolor/48x48/apps/mgaonline.png', + logo => '/usr/share/icons/hicolor/48x48/apps/mgaonline.png', comments => N("Mageia Online gives access to Mageia web services."), website => $url, website_label => N("Online WebSite"), -- cgit v1.2.1