summaryrefslogtreecommitdiffstats
path: root/vncviewer/CViewOptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/CViewOptions.cxx')
-rw-r--r--vncviewer/CViewOptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CViewOptions.cxx b/vncviewer/CViewOptions.cxx
index 457da488..dd3d8256 100644
--- a/vncviewer/CViewOptions.cxx
+++ b/vncviewer/CViewOptions.cxx
@@ -314,7 +314,7 @@ void CViewOptions::writeToFile(const char* filename) {
void CViewOptions::writeDefaults() {
RegKey key;
- key.createKey(HKEY_CURRENT_USER, _T("Software\\RealVNC\\VNCviewer4"));
+ key.createKey(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCviewer4"));
key.setBool(_T("UseLocalCursor"), useLocalCursor);
key.setBool(_T("UseDesktopResize"), useDesktopResize);
key.setBool(_T("FullScreen"), fullScreen);