summaryrefslogtreecommitdiffstats
path: root/src/registrytool.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-13 19:40:31 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-13 19:40:31 +0000
commit34789891fcdbd099bd390ce3d0465dee24a788db (patch)
tree1b16d78374f9d56c0f03a6b20c9e2e6048f4fb5e /src/registrytool.cpp
parentupdate to trunk (diff)
parentUI message generalisation (diff)
downloadinkscape-34789891fcdbd099bd390ce3d0465dee24a788db.tar.gz
inkscape-34789891fcdbd099bd390ce3d0465dee24a788db.zip
Update to trunk
(bzr r12588.1.12)
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 = "";