summaryrefslogtreecommitdiffstats
path: root/win/vncviewer/CConnOptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win/vncviewer/CConnOptions.cxx')
-rw-r--r--win/vncviewer/CConnOptions.cxx2
1 files changed, 1 insertions, 1 deletions
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);