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/vncviewer/MRU.h b/vncviewer/MRU.h
index 9e99395..f065a06 100644
--- a/vncviewer/MRU.h
+++ b/vncviewer/MRU.h
@@ -35,7 +35,7 @@
     namespace MRU {
 
       static const RegKey RegRoot = HKEY_CURRENT_USER;
-      static const TCHAR* RegPath = _T("Software\\RealVNC\\VNCViewer4\\MRU");
+      static const TCHAR* RegPath = _T("Software\\TightVNC\\VNCViewer4\\MRU");
       static const int MaxMRUEntries = 256;
       static const int MRUEntries = 10;
 
@@ -137,4 +137,4 @@
 
 };
 
-#endif
\ No newline at end of file
+#endif