summaryrefslogtreecommitdiffstats
path: root/src/registrytool.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-10-09 18:51:28 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-10-09 18:51:28 +0000
commit58cb3016af0f41d0a50da49fa470dfcab1766828 (patch)
treecdec81b13e99ff5b952a6178afeb2f0a66cb334d /src/registrytool.cpp
parentTranslations: (diff)
downloadinkscape-58cb3016af0f41d0a50da49fa470dfcab1766828.tar.gz
inkscape-58cb3016af0f41d0a50da49fa470dfcab1766828.zip
Win32. Fix for Bug #627943 (Unexpected RegistryTool message on Windows 7).
Fixed bugs: - https://launchpad.net/bugs/627943 (bzr r12672)
Diffstat (limited to 'src/registrytool.cpp')
-rw-r--r--src/registrytool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/registrytool.cpp b/src/registrytool.cpp
index 01a83a7e0..51c1063ef 100644
--- a/src/registrytool.cpp
+++ b/src/registrytool.cpp
@@ -142,7 +142,7 @@ bool RegistryTool::setPathInfo()
// fullPath.c_str(), path.c_str(), exeName.c_str());
Glib::ustring keyName =
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\";
+ "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\";
keyName.append(exeName);
Glib::ustring valueName = "";