]> git.sur5r.net Git - glabels/commitdiff
Removed TAB from authors strings -- it caused a segfault w/ AA fonts.
authorJim Evins <evins@snaught.com>
Tue, 3 Sep 2002 04:36:12 +0000 (04:36 +0000)
committerJim Evins <evins@snaught.com>
Tue, 3 Sep 2002 04:36:12 +0000 (04:36 +0000)
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@80 f5e0f49d-192f-0410-a22d-a8d8700d0965

glabels2/src/commands.c

index cd83667b45e3861f2a6e81e5254b19e6a678250b..91793985a8b17fcaf11d98b1677cf7f87182aa5d 100644 (file)
@@ -368,10 +368,9 @@ gl_cmd_help_about (BonoboUIComponent *uic,
              "General Public License for more details.\n");
 
        gchar *authors[] = {
-               _("Author:"),
-               "\tJim Evins <evins@snaught.com>",
-               "",
-               _("See the file AUTHORS for additional acknowledgments,"),
+               "Jim Evins <evins@snaught.com>",
+               " ",
+               _("See the file AUTHORS for additional credits,"),
                _("or visit http://snaught.com/glabels"),
                NULL
        };
@@ -398,8 +397,8 @@ gl_cmd_help_about (BonoboUIComponent *uic,
                                 copy_text,
                                 about_text,
                                (const char **)authors,
-                               (const char **)documenters,
-                               (const char *)translator_credits,
+                               (const char **)NULL,
+                               (const char *)NULL,
                                pixbuf);
 
        gtk_window_set_transient_for (GTK_WINDOW (about),