From df7520d2a1d30fda11642764df99cbde9b450e89 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 25 Jun 2005 21:27:26 +0000 Subject: we are not a GNU program, so we shouldn't report as such in the command line help output svn path=/trunk/; revision=14753 --- gtk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/main.c b/gtk/main.c index 35bbfe1545..e878a6c26d 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1081,7 +1081,7 @@ print_usage(gboolean print_ver) { if (print_ver) { output = stdout; - fprintf(output, "This is GNU " PACKAGE " " VERSION + fprintf(output, "This is "PACKAGE " " VERSION #ifdef SVNVERSION " (" SVNVERSION ")" #endif -- cgit v1.2.3