aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-06-25 21:27:26 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-06-25 21:27:26 +0000
commitdf7520d2a1d30fda11642764df99cbde9b450e89 (patch)
treeef260ed7ee74b6a247ece6a4d6cf6255105eb6b6 /gtk
parent4841b02c60d7a4e5d200f158c3fe15ccf18fa220 (diff)
we are not a GNU program, so we shouldn't report as such in the command line help output
svn path=/trunk/; revision=14753
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main.c2
1 files changed, 1 insertions, 1 deletions
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