diff options
author | Peter Åstrand <astrand@cendio.se> | 2004-12-30 10:03:00 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2004-12-30 10:03:00 +0000 |
commit | 9fb4e0e6b9416bce009368cdba5fe0b3710c51e9 (patch) | |
tree | 2b33229a9937a3a763655c08717a5ab25790c703 /vncviewer/MRU.h | |
parent | c616a94b938d5f28dea3e486315a0da90e834754 (diff) | |
download | tigervnc-9fb4e0e6b9416bce009368cdba5fe0b3710c51e9.tar.gz tigervnc-9fb4e0e6b9416bce009368cdba5fe0b3710c51e9.zip |
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
Diffstat (limited to 'vncviewer/MRU.h')
-rw-r--r-- | vncviewer/MRU.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/MRU.h b/vncviewer/MRU.h index 9e993956..f065a06e 100644 --- a/vncviewer/MRU.h +++ b/vncviewer/MRU.h @@ -35,7 +35,7 @@ namespace rfb { 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 @@ namespace rfb { }; -#endif
\ No newline at end of file +#endif |