About: fix bug url.
authorMorten Welinder <[email protected]>
Wed, 8 Aug 2018 15:46:59 +0000 (8 11:46 -0400)
committerMorten Welinder <[email protected]>
Wed, 8 Aug 2018 15:47:35 +0000 (8 11:47 -0400)
src/dialogs/dialog-about.c

index f78fe09..d7b43a3 100644 (file)
@@ -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);