[gnome-sound-recorder] Update project link shown in the 'About' dialog



commit 25afdcfcf64561f95ff47bde90b6cbec71ceaf2f
Author: Miguel Vaello Martínez <miguel vaellomartinez gmail com>
Date:   Fri May 6 11:38:21 2016 +0200

    Update project link shown in the 'About' dialog
    
    Fixed broken URL and replaced with a link to new
    wiki page in the GNOME Apps tree.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766055
    
    Signed-off-by: Meg Ford <megford gnome org>

 src/application.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 838e1b8..35d6d3f 100644
--- a/src/application.js
+++ b/src/application.js
@@ -170,7 +170,7 @@ const Application = new Lang.Class({
         aboutDialog.license_type = Gtk.License.GPL_2_0;
         aboutDialog.logo_icon_name = 'gnome-sound-recorder';
         aboutDialog.version = pkg.version;
-        aboutDialog.website = 'http://live.gnome.org/GnomeSoundRecorder';
+        aboutDialog.website = 'https://wiki.gnome.org/Apps/SoundRecorder';
         aboutDialog.wrap_license = true;
         aboutDialog.modal = true;
         aboutDialog.transient_for = this.window;


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