[gnome-chess] About dialog: update website



commit 18eef9903af382c0e016c6f7a2493e1891cfe222
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jan 12 11:47:45 2014 -0600

    About dialog: update website

 src/gnome-chess.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index e5793b8..90f1c6c 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1836,8 +1836,8 @@ public class Application : Gtk.Application
         about_dialog.authors = authors;
         about_dialog.artists = artists;
         about_dialog.translator_credits = _("translator-credits");
-        about_dialog.website = "http://www.gnome.org/projects/gnome-games/";;
-        about_dialog.website_label = _("GNOME Games web site");
+        about_dialog.website = "https://wiki.gnome.org/Apps/Chess";;
+        about_dialog.website_label = _("Website");
         about_dialog.logo_icon_name = "gnome-chess";
         about_dialog.response.connect (about_response_cb);
         about_dialog.show ();


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