[Libreoffice-commits] core.git: configmgr/source

Andras Timar andras.timar at collabora.com
Mon Dec 16 10:59:05 PST 2013


 configmgr/source/winreg.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1aceb7bdaeb4043baf84f3b160738889e8061136
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Dec 16 19:57:06 2013 +0100

    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

diff --git a/configmgr/source/winreg.cxx b/configmgr/source/winreg.cxx
index 2969598..995169c 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>


More information about the Libreoffice-commits mailing list