diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-16 19:57:06 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-16 19:57:06 +0100 |
commit | 1aceb7bdaeb4043baf84f3b160738889e8061136 (patch) | |
tree | 95abb54a32753122328248ac54ae0162839d34d1 /configmgr | |
parent | 9145bc2169c0681b8163e3b8ad77a75125f950dc (diff) |
change config example in comment
because Expert Config is no longer a leaf in option page tree,
it became a standalone window.
Change-Id: Ib82b5eb958073d1afbd9ad2b8493e2670dee591b
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/winreg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/winreg.cxx b/configmgr/source/winreg.cxx index 29695987d6f8..995169c9da74 100644 --- a/configmgr/source/winreg.cxx +++ b/configmgr/source/winreg.cxx @@ -53,14 +53,14 @@ namespace { // </item> // // Another example: -// [HKEY_LOCAL_MACHINE\Policies\LibreOffice\org.openoffice.Office.OptionsDialog\OptionsDialogGroups\ProductName/#fuse\Pages\AboutConfig/#fuse\Hide] +// [HKEY_LOCAL_MACHINE\Policies\LibreOffice\org.openoffice.Office.OptionsDialog\OptionsDialogGroups\ProductName/#fuse\Pages\Java/#fuse\Hide] // "Value"="true" // becomes the following in configuration: -// <!-- Hide Tools - Options - LibreOffice - Expert Config panel --> +// <!-- Hide Tools - Options - LibreOffice - Advanced panel --> // <item oor:path="/org.openoffice.Office.OptionsDialog/OptionsDialogGroups"> // <node oor:name="ProductName" oor:op="fuse"> // <node oor:name="Pages"> -// <node oor:name="AboutConfig" oor:op="fuse"> +// <node oor:name="Java" oor:op="fuse"> // <prop oor:name="Hide"> // <value>true</value> // </prop> |