diff options
author | Peter Åstrand (astrand) <astrand@cendio.se> | 2017-11-29 09:11:29 +0100 |
---|---|---|
committer | Peter Åstrand (astrand) <astrand@cendio.se> | 2018-01-31 15:23:42 +0100 |
commit | 6011f96cdc5b8f68a864d7f6294d9a45030b3533 (patch) | |
tree | 58228d5b7b46f1762674b0baa00fdda2235584fc /vncviewer | |
parent | 3ec76bd5eb9d70ba3dde7dcfd5c5e0aa3d7d3617 (diff) | |
download | tigervnc-6011f96cdc5b8f68a864d7f6294d9a45030b3533.tar.gz tigervnc-6011f96cdc5b8f68a864d7f6294d9a45030b3533.zip |
Rename README.txt to README.rst and convert to reStructuredText
Diffstat (limited to 'vncviewer')
-rw-r--r-- | vncviewer/vncviewer.cxx | 2 | ||||
-rw-r--r-- | vncviewer/vncviewer.rc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index bd3a562d..d15a804a 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -99,7 +99,7 @@ static const char *about_text() snprintf(buffer, sizeof(buffer), _("TigerVNC Viewer %d-bit v%s\n" "Built on: %s\n" - "Copyright (C) 1999-%d TigerVNC Team and many others (see README.txt)\n" + "Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n" "See http://www.tigervnc.org for information on TigerVNC."), (int)sizeof(size_t)*8, PACKAGE_VERSION, BUILD_TIMESTAMP, 2017); diff --git a/vncviewer/vncviewer.rc.in b/vncviewer/vncviewer.rc.in index 0e082901..e32bf92e 100644 --- a/vncviewer/vncviewer.rc.in +++ b/vncviewer/vncviewer.rc.in @@ -52,7 +52,7 @@ BEGIN #endif VALUE "FileVersion", "@RCVERSION@\0" VALUE "InternalName", "vncviewer\0" - VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)\0" + VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.rst)\0" VALUE "LegalTrademarks", "TigerVNC\0" VALUE "OriginalFilename", "vncviewer.exe\0" VALUE "PrivateBuild", "\0" |