diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2017-03-26 13:47:32 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2017-03-26 13:47:32 +0200 |
commit | 32285303b5512a4c852398957bbc125f4cc48b5a (patch) | |
tree | 188cce88b7b93602cc947c9b63643efa84227cb5 /mgaapplet | |
parent | a0d1dce88de44b9d4a656f4f7cc47a86849f9cad (diff) | |
download | mgaonline-32285303b5512a4c852398957bbc125f4cc48b5a.tar mgaonline-32285303b5512a4c852398957bbc125f4cc48b5a.tar.gz mgaonline-32285303b5512a4c852398957bbc125f4cc48b5a.tar.bz2 mgaonline-32285303b5512a4c852398957bbc125f4cc48b5a.tar.xz mgaonline-32285303b5512a4c852398957bbc125f4cc48b5a.zip |
Correctly display the application logo in the 'About' dialog box
Diffstat (limited to 'mgaapplet')
-rwxr-xr-x | mgaapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |