diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-06-02 10:49:03 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-06-02 10:49:03 +0000 |
commit | f4986f4cebe393c124f792710542bba0b3eb4dc0 (patch) | |
tree | 1ae57adae90c63208727c1e687cdf7f775b0b83c /unix/vncviewer | |
parent | e95893e783559f47416c536481bd623a64d62536 (diff) | |
download | tigervnc-f4986f4cebe393c124f792710542bba0b3eb4dc0.tar.gz tigervnc-f4986f4cebe393c124f792710542bba0b3eb4dc0.zip |
Changes in reporting version numbers and copyrights.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@628 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncviewer')
-rw-r--r-- | unix/vncviewer/vncviewer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/vncviewer/vncviewer.cxx b/unix/vncviewer/vncviewer.cxx index e9c9ac4c..0d732fff 100644 --- a/unix/vncviewer/vncviewer.cxx +++ b/unix/vncviewer/vncviewer.cxx @@ -267,12 +267,12 @@ int main(int argc, char** argv) 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"); |