[sound-juicer/piotrdrag/fix-icon-about] Fix showing icon in the about dialog




commit 53d05f391ed1779ceb6c15cfd4b17dc9e06cf3a4
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Sep 20 09:32:39 2020 +0200

    Fix showing icon in the about dialog

 src/sj-about.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sj-about.c b/src/sj-about.c
index 22211ee7..c6db54c0 100644
--- a/src/sj-about.c
+++ b/src/sj-about.c
@@ -76,7 +76,7 @@ void show_about_dialog (void)
                          /* Translators: put here your name and email
                             so it will show up in the "about" box */
                          "translator-credits", _("translator-credits"),
-                         "logo-icon-name", "sound-juicer",
+                         "logo-icon-name", "org.gnome.SoundJuicer",
                          "license", license_trans,
                          "wrap-license", TRUE,
                          "website", "https://wiki.gnome.org/Apps/SoundJuicer";,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]