[sound-juicer] Replace 404 link in the about dialog



commit ea1152f74171bb08c6bfa2254cde3d883927905b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Oct 28 20:25:30 2017 +0200

    Replace 404 link in the about dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781040

 src/sj-about.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sj-about.c b/src/sj-about.c
index ba712b7..22211ee 100644
--- a/src/sj-about.c
+++ b/src/sj-about.c
@@ -79,7 +79,7 @@ void show_about_dialog (void)
                          "logo-icon-name", "sound-juicer",
                          "license", license_trans,
                          "wrap-license", TRUE,
-                         "website", "http://burtonini.com/blog/computers/sound-juicer";,
+                         "website", "https://wiki.gnome.org/Apps/SoundJuicer";,
                          NULL);
 
   g_free (license_trans);


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