diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-10-09 18:51:28 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-10-09 18:51:28 +0000 |
| commit | 58cb3016af0f41d0a50da49fa470dfcab1766828 (patch) | |
| tree | cdec81b13e99ff5b952a6178afeb2f0a66cb334d /src/registrytool.cpp | |
| parent | Translations: (diff) | |
| download | inkscape-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.cpp | 2 |
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 = ""; |
