From 1aceb7bdaeb4043baf84f3b160738889e8061136 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 16 Dec 2013 19:57:06 +0100 Subject: 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 --- configmgr/source/winreg.cxx | 6 +++--- 1 file 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 { // // // 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: -// +// // // // -// +// // // true // -- cgit