diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-02 17:54:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-02 17:54:25 +0200 |
commit | 1b32ae516c2df16ea40ba15059dc656d969d9c5f (patch) | |
tree | eecdfa867e4e7f59374684b2525f9aa3cadfd5cd /configmgr | |
parent | 137cf76573c89ea1b0b1f716a50731419a187473 (diff) |
Fix documentation
Change-Id: I8fc081d3f445a362f5e1ee735ce8baeab1d6cc9b
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/dconf.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx index 7c69eb543bda..ec286b2b7ade 100644 --- a/configmgr/source/dconf.cxx +++ b/configmgr/source/dconf.cxx @@ -39,7 +39,8 @@ extern "C" { // // * The node hierarchy (starting at component nodes with names like // "org.openoffice.Setup") maps to dconf paths underneath -// "/org/libreoffice/registry/". +// "/org/libreoffice/registry/system/" resp. +// "/org/libreoffice/registry/user/". // // * Component, group, set, and localized property nodes map to dconf dirs, // while property and localized value nodes map to dconf keys. |