[gnumeric] About: fix bug url.



commit 9ec56c4fc83ddc9d4ea5d0e2f96ac1ff3a0d1c2c
Author: Morten Welinder <terra gnome org>
Date:   Wed Aug 8 11:46:59 2018 -0400

    About: fix bug url.

 src/dialogs/dialog-about.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/dialogs/dialog-about.c b/src/dialogs/dialog-about.c
index f78fe095f..d7b43a369 100644
--- a/src/dialogs/dialog-about.c
+++ b/src/dialogs/dialog-about.c
@@ -52,6 +52,8 @@ typedef enum {
        GNM_ART                 = 1 << 10,
        GNM_PACKAGING           = 1 << 11
 } ContribTypes;
+
+#if 0
 #define GNM_ABOUT_NUM_TYPES           12
 static char const * const about_types[GNM_ABOUT_NUM_TYPES] = {
        N_("Core"),
@@ -67,6 +69,7 @@ static char const * const about_types[GNM_ABOUT_NUM_TYPES] = {
        N_("Art"),
        N_("Packaging")
 };
+#endif
 
 static struct {
        char const *name;
@@ -521,7 +524,7 @@ create_animation (AboutState *state)
 
        OVERLAP (2000);
 
-       r = make_text_item (state, _("https://bugzilla.gnome.org/";), 3000);
+       r = make_text_item (state, PACKAGE_BUGREPORT, 3000);
        set_text_motion (r, 0.5, 0.9, 0.5, 0.1);
        APPENDR (r);
 


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