summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/README.txt4
-rw-r--r--win/README_BINARY.txt4
-rw-r--r--win/configure.ac2
-rw-r--r--win/vncconfig/vncconfig.cxx4
-rw-r--r--win/vncconfig/vncconfig.exe.manifest2
-rw-r--r--win/vncconfig/vncconfig.rc8
-rw-r--r--win/vncviewer/CConnOptions.cxx2
-rw-r--r--win/vncviewer/DesktopWindow.cxx2
-rw-r--r--win/vncviewer/FTDialog.cxx6
-rw-r--r--win/vncviewer/MRU.h2
-rw-r--r--win/vncviewer/vncviewer.cxx6
-rw-r--r--win/vncviewer/vncviewer.exe.manifest2
-rw-r--r--win/vncviewer/vncviewer.rc12
-rw-r--r--win/winvnc/VNCServerWin32.cxx2
-rw-r--r--win/winvnc/winvnc.rc8
-rw-r--r--win/winvnc/winvnc4.exe.manifest2
-rw-r--r--win/wm_hooks/wm_hooks.rc6
17 files changed, 37 insertions, 37 deletions
diff --git a/win/README.txt b/win/README.txt
index 6d1b3931..dc765888 100644
--- a/win/README.txt
+++ b/win/README.txt
@@ -1,5 +1,5 @@
-TightVNC Source Distribution for Windows platforms
+TigerVNC Source Distribution for Windows platforms
==================================================
Copyright (C) 2002-2004 RealVNC Ltd. All Rights Reserved.
@@ -9,7 +9,7 @@ Copyright (C) 2004-2009 Peter Astrand for Cendio AB
This software is distributed under the GNU General Public Licence as
published by the Free Software Foundation. See the file LICENCE.TXT
for the conditions under which this software is made available.
-TightVNC also contains code from other sources. See the
+TigerVNC also contains code from other sources. See the
Acknowledgements section below, and the individual files for details
of the conditions under which they are made available.
diff --git a/win/README_BINARY.txt b/win/README_BINARY.txt
index 5d0b0cb9..7750150e 100644
--- a/win/README_BINARY.txt
+++ b/win/README_BINARY.txt
@@ -1,5 +1,5 @@
-TightVNC Binary Distribution for Windows platforms
+TigerVNC Binary Distribution for Windows platforms
==================================================
Copyright (C) 2002-2004 RealVNC Ltd. All Rights Reserved.
@@ -9,7 +9,7 @@ Copyright (C) 2004-2009 Peter Astrand for Cendio AB
This software is distributed under the GNU General Public Licence as
published by the Free Software Foundation. See the file LICENCE.TXT
for the conditions under which this software is made available.
-TightVNC also contains code from other sources. See the
+TigerVNC also contains code from other sources. See the
Acknowledgements section below, and the individual files for details
of the conditions under which they are made available.
diff --git a/win/configure.ac b/win/configure.ac
index 256d69ae..b34d22f1 100644
--- a/win/configure.ac
+++ b/win/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
-AC_INIT([tightvnc], [1.5.0a1], [http://www.tightvnc.com/bugs.html])
+AC_INIT([tigervnc], [1.5.0a1], [http://www.tigervnc.org])
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
AC_SUBST([COMMON_DIR], ['$(top_srcdir)/../common'])
diff --git a/win/vncconfig/vncconfig.cxx b/win/vncconfig/vncconfig.cxx
index 6c9e1c5a..f5b1631f 100644
--- a/win/vncconfig/vncconfig.cxx
+++ b/win/vncconfig/vncconfig.cxx
@@ -110,7 +110,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, char* cmdLine, int cmdShow) {
// Create the required configuration registry key
RegKey rootKey;
- rootKey.createKey(configKey, _T("Software\\TightVNC\\WinVNC4"));
+ rootKey.createKey(configKey, _T("Software\\TigerVNC\\WinVNC4"));
// Override whatever security it already had (NT only)
bool warnOnChangePassword = false;
@@ -144,7 +144,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, char* cmdLine, int cmdShow) {
// Start a RegConfig thread, to load in existing settings
RegConfigThread config;
- config.start(configKey, _T("Software\\TightVNC\\WinVNC4"));
+ config.start(configKey, _T("Software\\TigerVNC\\WinVNC4"));
// Build the dialog
std::list<PropSheetPage*> pages;
diff --git a/win/vncconfig/vncconfig.exe.manifest b/win/vncconfig/vncconfig.exe.manifest
index 77cb1b9a..dc525727 100644
--- a/win/vncconfig/vncconfig.exe.manifest
+++ b/win/vncconfig/vncconfig.exe.manifest
@@ -3,7 +3,7 @@
<assemblyIdentity
version="4.0.0.26"
processorArchitecture="X86"
- name="TightVNC.vncconfig.exe"
+ name="TigerVNC.vncconfig.exe"
type="win32"
/>
<description>.NET control deployment tool</description>
diff --git a/win/vncconfig/vncconfig.rc b/win/vncconfig/vncconfig.rc
index bf2f9696..363ab295 100644
--- a/win/vncconfig/vncconfig.rc
+++ b/win/vncconfig/vncconfig.rc
@@ -220,7 +220,7 @@ BEGIN
LTEXT ">version<",IDC_VERSION,165,7,77,18
LTEXT ">buildtime<",IDC_BUILDTIME,40,25,202,15
LTEXT ">copyright<",IDC_COPYRIGHT,40,40,202,15
- LTEXT "See http://www.tightvnc.com for more information on TightVNC.",
+ LTEXT "See http://www.tigervnc.org for more information on TigerVNC.",
IDC_STATIC,40,55,202,15
END
@@ -452,14 +452,14 @@ BEGIN
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Constantin Kaplinsky\0"
- VALUE "FileDescription", "TightVNC Server Configuration Applet for Win32\0"
+ VALUE "FileDescription", "TigerVNC Server Configuration Applet for Win32\0"
VALUE "FileVersion", "4.1.1\0"
VALUE "InternalName", "vncconfig\0"
VALUE "LegalCopyright", "Copyright (C) 1998-2005 [many holders]\0"
- VALUE "LegalTrademarks", "TightVNC\0"
+ VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "vncconfig.exe\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "TightVNC Configurator\0"
+ VALUE "ProductName", "TigerVNC Configurator\0"
VALUE "ProductVersion", "4.1.1\0"
VALUE "SpecialBuild", "\0"
END
diff --git a/win/vncviewer/CConnOptions.cxx b/win/vncviewer/CConnOptions.cxx
index 7829d1b4..7bf36eb7 100644
--- a/win/vncviewer/CConnOptions.cxx
+++ b/win/vncviewer/CConnOptions.cxx
@@ -388,7 +388,7 @@ void CConnOptions::writeToFile(const char* filename) {
void CConnOptions::writeDefaults() {
RegKey key;
- key.createKey(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCviewer4"));
+ key.createKey(HKEY_CURRENT_USER, _T("Software\\TigerVNC\\VNCviewer4"));
key.setBool(_T("UseLocalCursor"), useLocalCursor);
key.setBool(_T("UseDesktopResize"), useDesktopResize);
key.setBool(_T("FullScreen"), fullScreen);
diff --git a/win/vncviewer/DesktopWindow.cxx b/win/vncviewer/DesktopWindow.cxx
index 5a9fe4e0..c85730a4 100644
--- a/win/vncviewer/DesktopWindow.cxx
+++ b/win/vncviewer/DesktopWindow.cxx
@@ -1268,7 +1268,7 @@ DesktopWindow::setName(const char* name) {
strCopy(desktopName, name, sizeof(desktopName));
}
char *newTitle = new char[strlen(desktopName)+20];
- sprintf(newTitle, "TightVNC: %.240s @ %i%%", desktopName, getDesktopScale());
+ sprintf(newTitle, "TigerVNC: %.240s @ %i%%", desktopName, getDesktopScale());
SetWindowText(handle, TStr(newTitle));
delete [] newTitle;
}
diff --git a/win/vncviewer/FTDialog.cxx b/win/vncviewer/FTDialog.cxx
index dd094e73..bf819a32 100644
--- a/win/vncviewer/FTDialog.cxx
+++ b/win/vncviewer/FTDialog.cxx
@@ -28,9 +28,9 @@
using namespace rfb;
using namespace rfb::win32;
-const char FTDialog::szCheckDeleteQueueText[] = "TightVNC.Viewer.CheckDeleteQueue.Msg";
-const char FTDialog::szCheckTransferQueueText[] = "TightVNC.Viewer.CheckTransferQueue.Msg";
-const char FTDialog::szUploadFilePortionText[] = "TightVNC.Viewer.UploadFilePortion.Msg";
+const char FTDialog::szCheckDeleteQueueText[] = "TigerVNC.Viewer.CheckDeleteQueue.Msg";
+const char FTDialog::szCheckTransferQueueText[] = "TigerVNC.Viewer.CheckTransferQueue.Msg";
+const char FTDialog::szUploadFilePortionText[] = "TigerVNC.Viewer.UploadFilePortion.Msg";
FTDialog::FTDialog(HINSTANCE hInst, FileTransfer *pFT)
{
diff --git a/win/vncviewer/MRU.h b/win/vncviewer/MRU.h
index fd9bf71c..a0aef814 100644
--- a/win/vncviewer/MRU.h
+++ b/win/vncviewer/MRU.h
@@ -32,7 +32,7 @@ namespace rfb {
namespace MRU {
static const RegKey RegRoot = HKEY_CURRENT_USER;
- static const TCHAR* RegPath = _T("Software\\TightVNC\\VNCViewer4\\MRU");
+ static const TCHAR* RegPath = _T("Software\\TigerVNC\\VNCViewer4\\MRU");
static const int MaxMRUEntries = 256;
static const int MRUEntries = 10;
diff --git a/win/vncviewer/vncviewer.cxx b/win/vncviewer/vncviewer.cxx
index f8f2fb52..060e8a13 100644
--- a/win/vncviewer/vncviewer.cxx
+++ b/win/vncviewer/vncviewer.cxx
@@ -205,7 +205,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prevInst, char* cmdLine, int cmdSho
#ifdef _DIALOG_CAPTURE
if (captureDialogs) {
- CConn::userConfigKey.openKey(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCViewer4"));
+ CConn::userConfigKey.openKey(HKEY_CURRENT_USER, _T("Software\\TigerVNC\\VNCViewer4"));
OptionsDialog::global.showDialog(0, true);
return 0;
}
@@ -221,10 +221,10 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prevInst, char* cmdLine, int cmdSho
if (!configFiles.empty() || !hosts.empty() || acceptIncoming) {
// - Configure the registry configuration reader
win32::RegConfigThread config;
- config.start(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCViewer4"));
+ config.start(HKEY_CURRENT_USER, _T("Software\\TigerVNC\\VNCViewer4"));
// - Tell the rest of VNC Viewer where to write config data to
- CConn::userConfigKey.createKey(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCViewer4"));
+ CConn::userConfigKey.createKey(HKEY_CURRENT_USER, _T("Software\\TigerVNC\\VNCViewer4"));
if (acceptIncoming) {
int port = 5500;
diff --git a/win/vncviewer/vncviewer.exe.manifest b/win/vncviewer/vncviewer.exe.manifest
index 7fd947ff..daab6db7 100644
--- a/win/vncviewer/vncviewer.exe.manifest
+++ b/win/vncviewer/vncviewer.exe.manifest
@@ -3,7 +3,7 @@
<assemblyIdentity
version="4.0.0.26"
processorArchitecture="X86"
- name="TightVNC.vncviewer.exe"
+ name="TigerVNC.vncviewer.exe"
type="win32"
/>
<description>.NET control deployment tool</description>
diff --git a/win/vncviewer/vncviewer.rc b/win/vncviewer/vncviewer.rc
index 0f26d461..91d05672 100644
--- a/win/vncviewer/vncviewer.rc
+++ b/win/vncviewer/vncviewer.rc
@@ -85,14 +85,14 @@ BEGIN
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Constantin Kaplinsky\0"
- VALUE "FileDescription", "TightVNC Viewer for Win32\0"
+ VALUE "FileDescription", "TigerVNC Viewer for Win32\0"
VALUE "FileVersion", "4.1.1\0"
VALUE "InternalName", "free4/vncviewer/win\0"
VALUE "LegalCopyright", "Copyright (C) 1998-2006 [many holders]\0"
- VALUE "LegalTrademarks", "TightVNC\0"
+ VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "vncviewer.exe\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "TightVNC Viewer\0"
+ VALUE "ProductName", "TigerVNC Viewer\0"
VALUE "ProductVersion", "4.1.1\0"
VALUE "SpecialBuild", "\0"
END
@@ -169,7 +169,7 @@ BEGIN
LTEXT ">version<",IDC_VERSION,165,10,77,15
LTEXT ">buildtime<",IDC_BUILDTIME,46,25,196,15
LTEXT ">copyright<",IDC_COPYRIGHT,46,40,196,15
- LTEXT "Visit www.tightvnc.com for more information on TightVNC.",
+ LTEXT "Visit www.tigervnc.org for more information on TigerVNC.",
IDC_STATIC,46,55,196,15
END
@@ -313,7 +313,7 @@ IDD_FILETRANSFER_DLG DIALOGEX 0, 0, 530, 282
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP | WS_EX_CONTROLPARENT
-CAPTION "TightVNC File Transfers"
+CAPTION "TigerVNC File Transfers"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
CONTROL "List1",IDC_FTLOCALLIST,"SysListView32",LVS_REPORT |
@@ -349,7 +349,7 @@ BEGIN
PUSHBUTTON "",IDC_FTREMOTEUP,495,20,14,12,BS_ICON | NOT WS_TABSTOP
PUSHBUTTON "",IDC_FTREMOTERELOAD,509,20,14,12,BS_ICON | NOT
WS_TABSTOP
- CTEXT "TightVNC Server",IDC_FTREMOTELABEL,323,7,200,10
+ CTEXT "TigerVNC Server",IDC_FTREMOTELABEL,323,7,200,10
LTEXT "Current File",IDC_STATIC,323,245,36,8
CTEXT "0%",IDC_FTGENERALPERCENT,189,245,18,8
CTEXT "0%",IDC_FTSINGLEPERCENT,505,245,18,8
diff --git a/win/winvnc/VNCServerWin32.cxx b/win/winvnc/VNCServerWin32.cxx
index 3b0e1a0a..6412aaec 100644
--- a/win/winvnc/VNCServerWin32.cxx
+++ b/win/winvnc/VNCServerWin32.cxx
@@ -37,7 +37,7 @@ using namespace network;
static LogWriter vlog("VNCServerWin32");
-const TCHAR* winvnc::VNCServerWin32::RegConfigPath = _T("Software\\TightVNC\\WinVNC4");
+const TCHAR* winvnc::VNCServerWin32::RegConfigPath = _T("Software\\TigerVNC\\WinVNC4");
// FIXME: Move into an .h file?
extern const UINT VNCM_FT_DOWNLOAD;
diff --git a/win/winvnc/winvnc.rc b/win/winvnc/winvnc.rc
index 143b0d6f..7036da2e 100644
--- a/win/winvnc/winvnc.rc
+++ b/win/winvnc/winvnc.rc
@@ -72,14 +72,14 @@ BEGIN
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Constantin Kaplinsky\0"
- VALUE "FileDescription", "TightVNC Server for Win32\0"
+ VALUE "FileDescription", "TigerVNC Server for Win32\0"
VALUE "FileVersion", "4.1.1\0"
VALUE "InternalName", "winvnc\0"
VALUE "LegalCopyright", "Copyright (C) 1998-2005 [many holders]\0"
- VALUE "LegalTrademarks", "TightVNC\0"
+ VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "winvnc4.exe\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "TightVNC Server\0"
+ VALUE "ProductName", "TigerVNC Server\0"
VALUE "ProductVersion", "4.1.1\0"
VALUE "SpecialBuild", "\0"
END
@@ -144,7 +144,7 @@ BEGIN
LTEXT ">version<",IDC_VERSION,170,10,72,15
LTEXT ">buildtime<",IDC_BUILDTIME,45,25,202,15
LTEXT ">copyright<",IDC_COPYRIGHT,45,40,202,15
- LTEXT "See http://www.tightvnc.com for more information on VNC.",
+ LTEXT "See http://www.tigervnc.org for more information on VNC.",
IDC_STATIC,45,55,202,15
END
diff --git a/win/winvnc/winvnc4.exe.manifest b/win/winvnc/winvnc4.exe.manifest
index 69be5a04..0a29d9eb 100644
--- a/win/winvnc/winvnc4.exe.manifest
+++ b/win/winvnc/winvnc4.exe.manifest
@@ -3,7 +3,7 @@
<assemblyIdentity
version="4.0.0.26"
processorArchitecture="X86"
- name="TightVNC.winvnc4.exe"
+ name="TigerVNC.winvnc4.exe"
type="win32"
/>
<description>.NET control deployment tool</description>
diff --git a/win/wm_hooks/wm_hooks.rc b/win/wm_hooks/wm_hooks.rc
index 3f171d26..85351926 100644
--- a/win/wm_hooks/wm_hooks.rc
+++ b/win/wm_hooks/wm_hooks.rc
@@ -72,14 +72,14 @@ BEGIN
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Constantin Kaplinsky\0"
- VALUE "FileDescription", "TightVNC Server Hooking DLL for Win32\0"
+ VALUE "FileDescription", "TigerVNC Server Hooking DLL for Win32\0"
VALUE "FileVersion", "4.1\0"
VALUE "InternalName", "\0"
VALUE "LegalCopyright", "Copyright (C) 1998-2005 [many holders]\0"
- VALUE "LegalTrademarks", "TightVNC\0"
+ VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "wm_hooks.dll\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "TightVNC Server\0"
+ VALUE "ProductName", "TigerVNC Server\0"
VALUE "ProductVersion", "4.1\0"
VALUE "SpecialBuild", "\0"
END