diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-02-03 19:26:30 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-02-03 19:47:56 +0100 |
commit | b95a9629703a772fa3e6a3e6e8da68d9ad07963b (patch) | |
tree | d253c38722630c2d43051d79f54483113542b004 /configmgr | |
parent | 4926444bbbd2f4cad9c4681712164b615056e70a (diff) |
fix winreg example
Change-Id: I8115fb899e4248e6eab1aa9349456103353918e6
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/winreg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/winreg.cxx b/configmgr/source/winreg.cxx index 995169c9da74..a47fe25b8f16 100644 --- a/configmgr/source/winreg.cxx +++ b/configmgr/source/winreg.cxx @@ -53,7 +53,7 @@ namespace { // </item> // // Another example: -// [HKEY_LOCAL_MACHINE\Policies\LibreOffice\org.openoffice.Office.OptionsDialog\OptionsDialogGroups\ProductName/#fuse\Pages\Java/#fuse\Hide] +// [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.Office.OptionsDialog\OptionsDialogGroups\ProductName/#fuse\Pages\Java/#fuse\Hide] // "Value"="true" // becomes the following in configuration: // <!-- Hide Tools - Options - LibreOffice - Advanced panel --> |