[bijiben/gnome-3-8] Add website link to about dialog



commit 6d0431db2c776d61091c630f0e3e07518b03361e
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Jul 1 12:20:24 2013 -0400

    Add website link to about dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703401

 src/bjb-app-menu.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/bjb-app-menu.c b/src/bjb-app-menu.c
index e39cd8b..8e0ee49 100644
--- a/src/bjb-app-menu.c
+++ b/src/bjb-app-menu.c
@@ -37,6 +37,7 @@ void show_about_dialog(GtkApplication *app)
   "version", VERSION,
   "copyright", "Pierre-Yves Luyten 2013",
   "translator-credits", _("translator-credits"),
+  "website", "https://wiki.gnome.org/Bijiben";,
   NULL,NULL,NULL);
 
 }


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