===============================================
Copyright (C) 2002-2005 RealVNC Ltd. All Rights Reserved.
-Copyright (C) 2000-2004 Constantin Kaplinsky.
+Copyright (C) 2000-2006 TightVNC Group
Copyright (C) 2004-2005 Peter Astrand, Cendio AB
This software is distributed under the GNU General Public Licence as
textdomain(PACKAGE);
snprintf(aboutText, sizeof(aboutText),
- _("TightVNC viewer for X version 1.5 - built %s\n"
+ _("TightVNC Viewer for X version %s - built %s\n"
"Copyright (C) 2002-2005 RealVNC Ltd.\n"
- "Copyright (C) 2000-2004 Constantin Kaplinsky\n"
+ "Copyright (C) 2000-2006 TightVNC Group\n"
"Copyright (C) 2004-2005 Peter Astrand, Cendio AB\n"
"See http://www.tightvnc.com for information on TightVNC."),
- buildtime);
+ VERSION, buildtime);
fprintf(stderr,"\n%s\n", aboutText);
bind_textdomain_codeset(PACKAGE, "iso-8859-1");
static void usage()
{
- fprintf(stderr, "\nusage: %s [<parameters>]\n", programName);
+ fprintf(stderr, "TightVNC Server version %s\n\n", VERSION);
+ fprintf(stderr, "Usage: %s [<parameters>]\n", programName);
fprintf(stderr,"\n"
"Parameters can be turned on with -<param> or off with -<param>=0\n"
"Parameters which take a value can be specified as "