Tightified sources:

* Changed description in README files.

* Added our copyright.

* The HTTP server presents itself as TightVNC, rather than RealVNC.

* Using registry path Software\TightVNC\WinVNC4

* Updated descriptions in resource files.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@67 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncconfig/vncconfig.cxx b/vncconfig/vncconfig.cxx
index 2a98dbc..b03f47a 100644
--- a/vncconfig/vncconfig.cxx
+++ b/vncconfig/vncconfig.cxx
@@ -113,7 +113,7 @@
 
       // Create the required configuration registry key
       RegKey rootKey;
-      rootKey.createKey(configKey, _T("Software\\RealVNC\\WinVNC4"));
+      rootKey.createKey(configKey, _T("Software\\TightVNC\\WinVNC4"));
   
       // Override whatever security it already had (NT only)
       bool warnOnChangePassword = false;
@@ -147,7 +147,7 @@
 
       // Start the RegConfig reader, to load in existing settings
       RegistryReader config;
-      config.setKey(configKey, _T("Software\\RealVNC\\WinVNC4"));
+      config.setKey(configKey, _T("Software\\TightVNC\\WinVNC4"));
 
       // Build the dialog
       std::list<PropSheetPage*> pages;