cui/source/options/optjava.cxx         |    8 
 cui/source/options/optjava.hxx         |    2 
 cui/source/options/optupdt.cxx         |    9 +
 cui/source/options/optupdt.hxx         |    4 
 cui/uiconfig/ui/optadvancedpage.ui     |  208 +++++++++++++----------
 cui/uiconfig/ui/optonlineupdatepage.ui |  287 ++++++++++++++++++++-------------
 6 files changed, 316 insertions(+), 202 deletions(-)

New commits:
commit 860b98657ccc54210575db6b6f81de1db05512c8
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Thu Oct 26 11:56:58 2023 +0200
Commit:     Balazs Varga <balazs.varga.ext...@allotropia.de>
CommitDate: Fri Oct 27 08:52:05 2023 +0200

    tdf#157853 - UI: Part 11 - Unify lockdown behavior of Options dialog
    
    for Advanced Page.
    
    Change-Id: I3ef33e98cd5a39313f51eb90682f20cdc172f042
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158496
    Tested-by: Jenkins
    Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de>

diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index a35a6cb42130..6c6d3d07cdc3 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -77,7 +77,9 @@ SvxJavaOptionsPage::SvxJavaOptionsPage(weld::Container* 
pPage, weld::DialogContr
     , m_xClassPathBtn(m_xBuilder->weld_button("classpath"))
     , m_xExpertConfigBtn(m_xBuilder->weld_button("expertconfig"))
     , m_xExperimentalCB(m_xBuilder->weld_check_button("experimental"))
+    , m_xExperimentalImg(m_xBuilder->weld_widget("lockexperimental"))
     , m_xMacroCB(m_xBuilder->weld_check_button("macrorecording"))
+    , m_xMacroImg(m_xBuilder->weld_widget("lockmacrorecording"))
     , m_xAddDialogText(m_xBuilder->weld_label("selectruntime"))
     , m_xJavaFrame(m_xBuilder->weld_widget("javaframe"))
 {
@@ -109,10 +111,16 @@ SvxJavaOptionsPage::SvxJavaOptionsPage(weld::Container* 
pPage, weld::DialogContr
         m_xExpertConfigBtn->set_sensitive(false);
 
     if (officecfg::Office::Common::Misc::MacroRecorderMode::isReadOnly())
+    {
         m_xMacroCB->set_sensitive(false);
+        m_xMacroImg->set_visible(true);
+    }
 
     if (officecfg::Office::Common::Misc::ExperimentalMode::isReadOnly())
+    {
         m_xExperimentalCB->set_sensitive(false);
+        m_xExperimentalImg->set_visible(true);
+    }
 
     xDialogListener->SetDialogClosedLink( LINK( this, SvxJavaOptionsPage, 
DialogClosedHdl ) );
 
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index 080c5bcb748b..84422c903056 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -75,7 +75,9 @@ private:
     std::unique_ptr<SvxJavaClassPathDlg> m_xPathDlg;
 
     std::unique_ptr<weld::CheckButton> m_xExperimentalCB;
+    std::unique_ptr<weld::Widget> m_xExperimentalImg;
     std::unique_ptr<weld::CheckButton> m_xMacroCB;
+    std::unique_ptr<weld::Widget> m_xMacroImg;
 
     std::unique_ptr<weld::Label> m_xAddDialogText;
 
diff --git a/cui/uiconfig/ui/optadvancedpage.ui 
b/cui/uiconfig/ui/optadvancedpage.ui
index bbc6062a832c..7e0449861bab 100644
--- a/cui/uiconfig/ui/optadvancedpage.ui
+++ b/cui/uiconfig/ui/optadvancedpage.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.36.0 -->
+<!-- Generated with glade 3.38.2 -->
 <interface domain="cui">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkTreeStore" id="liststore1">
@@ -26,39 +26,39 @@
   </object>
   <object class="GtkBox" id="OptAdvancedPage">
     <property name="visible">True</property>
-    <property name="can_focus">False</property>
+    <property name="can-focus">False</property>
     <property name="hexpand">True</property>
     <property name="vexpand">True</property>
-    <property name="border_width">6</property>
+    <property name="border-width">6</property>
     <property name="orientation">vertical</property>
     <property name="spacing">18</property>
     <child>
       <object class="GtkFrame" id="javaframe">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
-        <property name="label_xalign">0</property>
-        <property name="shadow_type">none</property>
+        <property name="label-xalign">0</property>
+        <property name="shadow-type">none</property>
         <child>
           <object class="GtkBox" id="box2">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can-focus">False</property>
+            <property name="margin-start">12</property>
+            <property name="margin-top">6</property>
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="orientation">vertical</property>
             <property name="spacing">6</property>
-            <property name="margin-start">12</property>
-            <property name="margin-top">6</property>
             <child>
               <object class="GtkCheckButton" id="javaenabled">
                 <property name="label" translatable="yes" 
context="optadvancedpage|javaenabled">_Use a Java runtime environment</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">False</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">False</property>
                 <property name="halign">start</property>
-                <property name="use_underline">True</property>
-                <property name="draw_indicator">True</property>
+                <property name="use-underline">True</property>
+                <property name="draw-indicator">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="javaenabled-atkobject">
                     <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|javaenabled">Allows you to run 
extensions written with Java.</property>
@@ -72,52 +72,52 @@
               </packing>
             </child>
             <child>
-              <!-- n-columns=1 n-rows=1 -->
+              <!-- n-columns=1 n-rows=4 -->
               <object class="GtkGrid" id="javabox">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can-focus">False</property>
                 <property name="valign">start</property>
+                <property name="margin-start">12</property>
                 <property name="hexpand">True</property>
                 <property name="vexpand">True</property>
                 <property name="orientation">vertical</property>
-                <property name="row_spacing">12</property>
-                <property name="margin-start">12</property>
+                <property name="row-spacing">12</property>
                 <child>
                   <object class="GtkLabel" id="label2">
                     <property name="visible">True</property>
-                    <property name="can_focus">False</property>
+                    <property name="can-focus">False</property>
                     <property name="halign">start</property>
                     <property name="label" translatable="yes" 
context="optadvancedpage|label2">_Java runtime environments (JRE) already 
installed:</property>
-                    <property name="use_underline">True</property>
-                    <property name="mnemonic_widget">javas</property>
+                    <property name="use-underline">True</property>
+                    <property name="mnemonic-widget">javas</property>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">0</property>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">0</property>
                   </packing>
                 </child>
                 <child>
-                  <!-- n-columns=1 n-rows=1 -->
+                  <!-- n-columns=2 n-rows=1 -->
                   <object class="GtkGrid" id="grid1">
                     <property name="visible">True</property>
-                    <property name="can_focus">False</property>
+                    <property name="can-focus">False</property>
                     <property name="hexpand">True</property>
                     <property name="vexpand">True</property>
-                    <property name="column_spacing">12</property>
+                    <property name="column-spacing">12</property>
                     <child>
                       <object class="GtkButtonBox" id="buttonbox1">
                         <property name="visible">True</property>
-                        <property name="can_focus">False</property>
+                        <property name="can-focus">False</property>
                         <property name="orientation">vertical</property>
                         <property name="spacing">6</property>
-                        <property name="layout_style">start</property>
+                        <property name="layout-style">start</property>
                         <child>
                           <object class="GtkButton" id="add">
                             <property name="label" translatable="yes" 
context="optadvancedpage|add">_Add...</property>
                             <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="receives_default">True</property>
-                            <property name="use_underline">True</property>
+                            <property name="can-focus">True</property>
+                            <property name="receives-default">True</property>
+                            <property name="use-underline">True</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" id="add-atkobject">
                                 <property 
name="AtkObject::accessible-description" translatable="yes" 
context="extended_tip|add">Add a path to the root folder of a JRE on your 
computer.</property>
@@ -134,9 +134,9 @@
                           <object class="GtkButton" id="parameters">
                             <property name="label" translatable="yes" 
context="optadvancedpage|parameters">_Parameters...</property>
                             <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="receives_default">True</property>
-                            <property name="use_underline">True</property>
+                            <property name="can-focus">True</property>
+                            <property name="receives-default">True</property>
+                            <property name="use-underline">True</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" 
id="parameters-atkobject">
                                 <property 
name="AtkObject::accessible-description" translatable="yes" 
context="extended_tip|parameters">Opens the Java Start Parameters 
dialog.</property>
@@ -153,9 +153,9 @@
                           <object class="GtkButton" id="classpath">
                             <property name="label" translatable="yes" 
context="optadvancedpage|classpath">_Class Path...</property>
                             <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="receives_default">True</property>
-                            <property name="use_underline">True</property>
+                            <property name="can-focus">True</property>
+                            <property name="receives-default">True</property>
+                            <property name="use-underline">True</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" 
id="classpath-atkobject">
                                 <property 
name="AtkObject::accessible-description" translatable="yes" 
context="extended_tip|classpath">Opens the Class Path dialog.</property>
@@ -170,34 +170,34 @@
                         </child>
                       </object>
                       <packing>
-                        <property name="left_attach">1</property>
-                        <property name="top_attach">0</property>
+                        <property name="left-attach">1</property>
+                        <property name="top-attach">0</property>
                       </packing>
                     </child>
                     <child>
                       <object class="GtkBox" id="box">
                         <property name="visible">True</property>
-                        <property name="can_focus">False</property>
+                        <property name="can-focus">False</property>
                         <property name="hexpand">True</property>
                         <property name="vexpand">True</property>
                         <property name="orientation">vertical</property>
                         <child>
                           <object class="GtkScrolledWindow" id="javasscroll">
                             <property name="visible">True</property>
-                            <property name="can_focus">True</property>
+                            <property name="can-focus">True</property>
                             <property name="hexpand">True</property>
                             <property name="vexpand">True</property>
-                            <property name="shadow_type">in</property>
+                            <property name="shadow-type">in</property>
                             <child>
                               <object class="GtkTreeView" id="javas">
                                 <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <property 
name="receives_default">True</property>
+                                <property name="can-focus">True</property>
+                                <property 
name="receives-default">True</property>
                                 <property name="hexpand">True</property>
                                 <property name="vexpand">True</property>
                                 <property name="model">liststore1</property>
-                                <property name="search_column">0</property>
-                                <property 
name="show_expanders">False</property>
+                                <property name="search-column">0</property>
+                                <property 
name="show-expanders">False</property>
                                 <child internal-child="selection">
                                   <object class="GtkTreeSelection" id="Macro 
Library List-selection2"/>
                                 </child>
@@ -268,46 +268,46 @@
                         </child>
                       </object>
                       <packing>
-                        <property name="left_attach">0</property>
-                        <property name="top_attach">0</property>
+                        <property name="left-attach">0</property>
+                        <property name="top-attach">0</property>
                       </packing>
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">1</property>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">1</property>
                   </packing>
                 </child>
                 <child>
                   <object class="GtkLabel" id="javapath">
                     <property name="visible">True</property>
-                    <property name="can_focus">False</property>
+                    <property name="can-focus">False</property>
                     <property name="label" translatable="yes" 
context="optadvancedpage|javapath">Location: </property>
                     <property name="xalign">0</property>
                     <attributes>
-                      <attribute name="scale" value="0.9"/>
+                      <attribute name="scale" value="0.90000000000000002"/>
                     </attributes>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">2</property>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">2</property>
                   </packing>
                 </child>
                 <child>
-                  <!-- n-columns=1 n-rows=1 -->
+                  <!-- n-columns=2 n-rows=1 -->
                   <object class="GtkGrid" id="grid3">
-                    <property name="can_focus">False</property>
-                    <property name="no_show_all">True</property>
-                    <property name="column_spacing">6</property>
+                    <property name="can-focus">False</property>
+                    <property name="no-show-all">True</property>
+                    <property name="column-spacing">6</property>
                     <child>
                       <object class="GtkLabel" id="selectruntime">
                         <property name="visible">True</property>
-                        <property name="can_focus">False</property>
+                        <property name="can-focus">False</property>
                         <property name="label" translatable="yes" 
context="optadvancedpage|selectruntime">Select a Java Runtime 
Environment</property>
                       </object>
                       <packing>
-                        <property name="left_attach">1</property>
-                        <property name="top_attach">0</property>
+                        <property name="left-attach">1</property>
+                        <property name="top-attach">0</property>
                       </packing>
                     </child>
                     <child>
@@ -315,8 +315,8 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">3</property>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">3</property>
                   </packing>
                 </child>
               </object>
@@ -331,7 +331,7 @@
         <child type="label">
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can-focus">False</property>
             <property name="label" translatable="yes" 
context="optadvancedpage|label1">Java Options</property>
             <attributes>
               <attribute name="weight" value="bold"/>
@@ -348,29 +348,30 @@
     <child>
       <object class="GtkFrame" id="frame2">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="hexpand">True</property>
-        <property name="label_xalign">0</property>
-        <property name="shadow_type">none</property>
+        <property name="label-xalign">0</property>
+        <property name="shadow-type">none</property>
         <child>
-          <!-- n-columns=1 n-rows=1 -->
+          <!-- n-columns=2 n-rows=3 -->
           <object class="GtkGrid" id="grid4">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="hexpand">True</property>
-            <property name="vexpand">True</property>
-            <property name="row_spacing">6</property>
+            <property name="can-focus">False</property>
             <property name="margin-start">12</property>
             <property name="margin-top">6</property>
+            <property name="hexpand">True</property>
+            <property name="vexpand">True</property>
+            <property name="row-spacing">6</property>
+            <property name="column-spacing">6</property>
             <child>
               <object class="GtkCheckButton" id="experimental">
                 <property name="label" translatable="yes" 
context="optadvancedpage|experimental">Enable experimental features (may be 
unstable)</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">False</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">False</property>
                 <property name="halign">start</property>
-                <property name="use_underline">True</property>
-                <property name="draw_indicator">True</property>
+                <property name="use-underline">True</property>
+                <property name="draw-indicator">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="experimental-atkobject">
                     <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|experimental">Enable experimental 
features</property>
@@ -378,19 +379,19 @@
                 </child>
               </object>
               <packing>
-                <property name="left_attach">0</property>
-                <property name="top_attach">0</property>
+                <property name="left-attach">1</property>
+                <property name="top-attach">0</property>
               </packing>
             </child>
             <child>
               <object class="GtkCheckButton" id="macrorecording">
                 <property name="label" translatable="yes" 
context="optadvancedpage|macrorecording">Enable macro recording (may be 
limited)</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">False</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">False</property>
                 <property name="halign">start</property>
-                <property name="use_underline">True</property>
-                <property name="draw_indicator">True</property>
+                <property name="use-underline">True</property>
+                <property name="draw-indicator">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="macrorecording-atkobject">
                     <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|macrorecording">Enable macro 
recording</property>
@@ -398,16 +399,16 @@
                 </child>
               </object>
               <packing>
-                <property name="left_attach">0</property>
-                <property name="top_attach">1</property>
+                <property name="left-attach">1</property>
+                <property name="top-attach">1</property>
               </packing>
             </child>
             <child>
               <object class="GtkButton" id="expertconfig">
                 <property name="label" translatable="yes" 
context="optadvancedpage|expertconfig">Open Expert Configuration</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">True</property>
                 <property name="halign">end</property>
                 <property name="hexpand">True</property>
                 <child internal-child="accessible">
@@ -417,16 +418,45 @@
                 </child>
               </object>
               <packing>
-                <property name="left_attach">0</property>
-                <property name="top_attach">2</property>
+                <property name="left-attach">1</property>
+                <property name="top-attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkImage" id="lockexperimental">
+                <property name="can-focus">False</property>
+                <property name="no-show-all">True</property>
+                <property name="halign">center</property>
+                <property name="valign">center</property>
+                <property name="icon-name">res/lock.png</property>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">0</property>
               </packing>
             </child>
+            <child>
+              <object class="GtkImage" id="lockmacrorecording">
+                <property name="can-focus">False</property>
+                <property name="no-show-all">True</property>
+                <property name="halign">center</property>
+                <property name="valign">center</property>
+                <property name="icon-name">res/lock.png</property>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">1</property>
+              </packing>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
           </object>
         </child>
         <child type="label">
           <object class="GtkLabel" id="label12">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can-focus">False</property>
             <property name="label" translatable="yes" 
context="optadvancedpage|label12">Optional Features</property>
             <attributes>
               <attribute name="weight" value="bold"/>
@@ -437,7 +467,7 @@
       <packing>
         <property name="expand">False</property>
         <property name="fill">True</property>
-        <property name="pack_type">end</property>
+        <property name="pack-type">end</property>
         <property name="position">1</property>
       </packing>
     </child>
commit 89a5e1a41ca042cb29467ae953fe26cbafa9b75a
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Thu Oct 26 10:43:22 2023 +0200
Commit:     Balazs Varga <balazs.varga.ext...@allotropia.de>
CommitDate: Fri Oct 27 08:51:51 2023 +0200

    tdf#157850 - UI: Part 10 - Unify lockdown behavior of Options dialog
    
    for Online Update Page.
    
    Change-Id: I48f66f786c165d3958d34cca17ee2837aa7a6c66
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158490
    Tested-by: Jenkins
    Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de>

diff --git a/cui/source/options/optupdt.cxx b/cui/source/options/optupdt.cxx
index e6bc8bdfa224..1c396b1fc217 100644
--- a/cui/source/options/optupdt.cxx
+++ b/cui/source/options/optupdt.cxx
@@ -51,16 +51,20 @@ 
SvxOnlineUpdateTabPage::SvxOnlineUpdateTabPage(weld::Container* pPage, weld::Dia
     : SfxTabPage(pPage, pController, "cui/ui/optonlineupdatepage.ui", 
"OptOnlineUpdatePage", &rSet)
     , m_xNeverChecked(m_xBuilder->weld_label("neverchecked"))
     , m_xAutoCheckCheckBox(m_xBuilder->weld_check_button("autocheck"))
+    , m_xAutoCheckImg(m_xBuilder->weld_widget("lockautocheck"))
     , m_xEveryDayButton(m_xBuilder->weld_radio_button("everyday"))
     , m_xEveryWeekButton(m_xBuilder->weld_radio_button("everyweek"))
     , m_xEveryMonthButton(m_xBuilder->weld_radio_button("everymonth"))
+    , m_xCheckIntervalImg(m_xBuilder->weld_widget("lockcheckinterval"))
     , m_xCheckNowButton(m_xBuilder->weld_button("checknow"))
     , m_xAutoDownloadCheckBox(m_xBuilder->weld_check_button("autodownload"))
+    , m_xAutoDownloadImg(m_xBuilder->weld_widget("lockautodownload"))
     , m_xDestPathLabel(m_xBuilder->weld_label("destpathlabel"))
     , m_xDestPath(m_xBuilder->weld_label("destpath"))
     , m_xChangePathButton(m_xBuilder->weld_button("changepath"))
     , m_xLastChecked(m_xBuilder->weld_label("lastchecked"))
     , m_xExtrasCheckBox(m_xBuilder->weld_check_button("extrabits"))
+    , m_xExtrasImg(m_xBuilder->weld_widget("lockextrabits"))
     , m_xUserAgentLabel(m_xBuilder->weld_label("useragent"))
     , m_xPrivacyPolicyButton(m_xBuilder->weld_link_button("btnPrivacyPolicy"))
 {
@@ -301,6 +305,7 @@ void SvxOnlineUpdateTabPage::Reset( const SfxItemSet* )
 
     m_xAutoCheckCheckBox->set_active(bValue);
     m_xAutoCheckCheckBox->set_sensitive(!bReadOnly);
+    m_xAutoCheckImg->set_visible(bReadOnly);
 
     sal_Int64 nValue = 0;
     m_xUpdateAccess->getByName( "CheckInterval" ) >>= nValue;
@@ -309,6 +314,7 @@ void SvxOnlineUpdateTabPage::Reset( const SfxItemSet* )
     m_xEveryDayButton->set_sensitive(bValue && !(bReadOnly || bReadOnly2));
     m_xEveryWeekButton->set_sensitive(bValue && !(bReadOnly || bReadOnly2));
     m_xEveryMonthButton->set_sensitive(bValue && !(bReadOnly || bReadOnly2));
+    m_xCheckIntervalImg->set_visible(bReadOnly2);
 
     if( nValue == 86400 )
         m_xEveryDayButton->set_active(true);
@@ -327,6 +333,7 @@ void SvxOnlineUpdateTabPage::Reset( const SfxItemSet* )
     bReadOnly = (aProperty.Attributes & beans::PropertyAttribute::READONLY) != 
0;
     m_xAutoDownloadCheckBox->set_active(bValue);
     m_xAutoDownloadCheckBox->set_sensitive(!bReadOnly);
+    m_xAutoDownloadImg->set_visible(bReadOnly);
     m_xDestPathLabel->set_sensitive(true);
     m_xDestPath->set_sensitive(true);
 
@@ -344,6 +351,7 @@ void SvxOnlineUpdateTabPage::Reset( const SfxItemSet* )
     bReadOnly = (aProperty.Attributes & beans::PropertyAttribute::READONLY) != 
0;
     m_xExtrasCheckBox->set_active(bValue);
     m_xExtrasCheckBox->set_sensitive(!bReadOnly);
+    m_xExtrasImg->set_visible(bReadOnly);
     m_xExtrasCheckBox->save_state();
     UpdateUserAgent();
 
@@ -362,6 +370,7 @@ IMPL_LINK(SvxOnlineUpdateTabPage, AutoCheckHdl_Impl, 
weld::Toggleable&, rBox, vo
     m_xEveryDayButton->set_sensitive(bEnabled && !bReadOnly);
     m_xEveryWeekButton->set_sensitive(bEnabled && !bReadOnly);
     m_xEveryMonthButton->set_sensitive(bEnabled && !bReadOnly);
+    m_xCheckIntervalImg->set_visible(bReadOnly);
 }
 
 IMPL_LINK_NOARG(SvxOnlineUpdateTabPage, ExtrasCheckHdl_Impl, 
weld::Toggleable&, void)
diff --git a/cui/source/options/optupdt.hxx b/cui/source/options/optupdt.hxx
index bf2abfe38495..56739078e401 100644
--- a/cui/source/options/optupdt.hxx
+++ b/cui/source/options/optupdt.hxx
@@ -36,16 +36,20 @@ private:
 
     std::unique_ptr<weld::Label> m_xNeverChecked;
     std::unique_ptr<weld::CheckButton> m_xAutoCheckCheckBox;
+    std::unique_ptr<weld::Widget> m_xAutoCheckImg;
     std::unique_ptr<weld::RadioButton> m_xEveryDayButton;
     std::unique_ptr<weld::RadioButton> m_xEveryWeekButton;
     std::unique_ptr<weld::RadioButton> m_xEveryMonthButton;
+    std::unique_ptr<weld::Widget> m_xCheckIntervalImg;
     std::unique_ptr<weld::Button> m_xCheckNowButton;
     std::unique_ptr<weld::CheckButton> m_xAutoDownloadCheckBox;
+    std::unique_ptr<weld::Widget> m_xAutoDownloadImg;
     std::unique_ptr<weld::Label> m_xDestPathLabel;
     std::unique_ptr<weld::Label> m_xDestPath;
     std::unique_ptr<weld::Button> m_xChangePathButton;
     std::unique_ptr<weld::Label> m_xLastChecked;
     std::unique_ptr<weld::CheckButton> m_xExtrasCheckBox;
+    std::unique_ptr<weld::Widget> m_xExtrasImg;
     std::unique_ptr<weld::Label> m_xUserAgentLabel;
     std::unique_ptr<weld::LinkButton> m_xPrivacyPolicyButton;
 
diff --git a/cui/uiconfig/ui/optonlineupdatepage.ui 
b/cui/uiconfig/ui/optonlineupdatepage.ui
index a7edf3a3342e..e94217a5fdae 100644
--- a/cui/uiconfig/ui/optonlineupdatepage.ui
+++ b/cui/uiconfig/ui/optonlineupdatepage.ui
@@ -1,39 +1,39 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.36.0 -->
+<!-- Generated with glade 3.38.2 -->
 <interface domain="cui">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkFrame" id="OptOnlineUpdatePage">
     <property name="visible">True</property>
-    <property name="can_focus">False</property>
+    <property name="can-focus">False</property>
     <property name="hexpand">True</property>
-    <property name="border_width">6</property>
-    <property name="label_xalign">0</property>
-    <property name="shadow_type">none</property>
+    <property name="border-width">6</property>
+    <property name="label-xalign">0</property>
+    <property name="shadow-type">none</property>
     <child>
       <object class="GtkBox">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">12</property>
         <child>
-          <!-- n-columns=1 n-rows=1 -->
+          <!-- n-columns=3 n-rows=3 -->
           <object class="GtkGrid" id="grid2">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="hexpand">True</property>
-            <property name="row_spacing">3</property>
-            <property name="column_spacing">6</property>
+            <property name="can-focus">False</property>
             <property name="margin-start">12</property>
             <property name="margin-top">6</property>
+            <property name="hexpand">True</property>
+            <property name="row-spacing">3</property>
+            <property name="column-spacing">6</property>
             <child>
               <object class="GtkCheckButton" id="autocheck">
                 <property name="label" translatable="yes" 
context="optonlineupdatepage|autocheck">_Check for updates 
automatically</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">False</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">False</property>
                 <property name="halign">start</property>
-                <property name="use_underline">True</property>
-                <property name="draw_indicator">True</property>
+                <property name="use-underline">True</property>
+                <property name="draw-indicator">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="autocheck-atkobject">
                     <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|autocheck">Mark to check for online 
updates periodically, then select the time interval how often to automatically 
check for online updates.</property>
@@ -41,27 +41,27 @@
                 </child>
               </object>
               <packing>
-                <property name="left_attach">0</property>
-                <property name="top_attach">0</property>
+                <property name="left-attach">1</property>
+                <property name="top-attach">0</property>
                 <property name="width">2</property>
               </packing>
             </child>
             <child>
-              <!-- n-columns=1 n-rows=1 -->
+              <!-- n-columns=1 n-rows=3 -->
               <object class="GtkGrid" id="grid4">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can-focus">False</property>
                 <property name="margin-start">18</property>
                 <child>
                   <object class="GtkRadioButton" id="everyday">
                     <property name="label" translatable="yes" 
context="optonlineupdatepage|everyday">Every da_y</property>
                     <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">False</property>
+                    <property name="can-focus">True</property>
+                    <property name="receives-default">False</property>
                     <property name="halign">start</property>
-                    <property name="use_underline">True</property>
+                    <property name="use-underline">True</property>
                     <property name="active">True</property>
-                    <property name="draw_indicator">True</property>
+                    <property name="draw-indicator">True</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="everyday-atkobject">
                         <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|everyday">A check will be performed 
once a day.</property>
@@ -69,19 +69,19 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">0</property>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">0</property>
                   </packing>
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="everyweek">
                     <property name="label" translatable="yes" 
context="optonlineupdatepage|everyweek">Every _week</property>
                     <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">False</property>
+                    <property name="can-focus">True</property>
+                    <property name="receives-default">False</property>
                     <property name="halign">start</property>
-                    <property name="use_underline">True</property>
-                    <property name="draw_indicator">True</property>
+                    <property name="use-underline">True</property>
+                    <property name="draw-indicator">True</property>
                     <property name="group">everyday</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="everyweek-atkobject">
@@ -90,19 +90,19 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">1</property>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">1</property>
                   </packing>
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="everymonth">
                     <property name="label" translatable="yes" 
context="optonlineupdatepage|everymonth">Every _month</property>
                     <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">False</property>
+                    <property name="can-focus">True</property>
+                    <property name="receives-default">False</property>
                     <property name="halign">start</property>
-                    <property name="use_underline">True</property>
-                    <property name="draw_indicator">True</property>
+                    <property name="use-underline">True</property>
+                    <property name="draw-indicator">True</property>
                     <property name="group">everyday</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="everymonth-atkobject">
@@ -111,14 +111,14 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">2</property>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">2</property>
                   </packing>
                 </child>
               </object>
               <packing>
-                <property name="left_attach">0</property>
-                <property name="top_attach">1</property>
+                <property name="left-attach">1</property>
+                <property name="top-attach">1</property>
                 <property name="width">2</property>
               </packing>
             </child>
@@ -126,10 +126,10 @@
               <object class="GtkButton" id="checknow">
                 <property name="label" translatable="yes" 
context="optonlineupdatepage|checknow">Check _Now</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">True</property>
                 <property name="valign">center</property>
-                <property name="use_underline">True</property>
+                <property name="use-underline">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="checknow-atkobject">
                     <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|checknow">A check will be performed 
now.</property>
@@ -137,26 +137,26 @@
                 </child>
               </object>
               <packing>
-                <property name="left_attach">1</property>
-                <property name="top_attach">2</property>
+                <property name="left-attach">2</property>
+                <property name="top-attach">2</property>
               </packing>
             </child>
             <child>
               <object class="GtkBox" id="box2">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can-focus">False</property>
                 <property name="valign">center</property>
+                <property name="margin-start">18</property>
                 <property name="orientation">vertical</property>
                 <property name="spacing">6</property>
-                <property name="margin-start">18</property>
                 <child>
                   <object class="GtkLabel" id="lastchecked">
                     <property name="visible">True</property>
-                    <property name="can_focus">False</property>
+                    <property name="can-focus">False</property>
                     <property name="label" translatable="yes" 
context="optonlineupdatepage|lastchecked">Last checked: %DATE%, 
%TIME%</property>
                     <property name="xalign">0</property>
                     <attributes>
-                      <attribute name="scale" value="0.9"/>
+                      <attribute name="scale" value="0.90000000000000002"/>
                     </attributes>
                   </object>
                   <packing>
@@ -167,12 +167,12 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="neverchecked">
-                    <property name="can_focus">False</property>
-                    <property name="no_show_all">True</property>
+                    <property name="can-focus">False</property>
+                    <property name="no-show-all">True</property>
                     <property name="label" translatable="yes" 
context="optonlineupdatepage|neverchecked">Last checked: Not yet</property>
                     <property name="xalign">0</property>
                     <attributes>
-                      <attribute name="scale" value="0.9"/>
+                      <attribute name="scale" value="0.90000000000000002"/>
                     </attributes>
                   </object>
                   <packing>
@@ -183,10 +183,39 @@
                 </child>
               </object>
               <packing>
-                <property name="left_attach">0</property>
-                <property name="top_attach">2</property>
+                <property name="left-attach">1</property>
+                <property name="top-attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkImage" id="lockautocheck">
+                <property name="can-focus">False</property>
+                <property name="no-show-all">True</property>
+                <property name="halign">center</property>
+                <property name="valign">center</property>
+                <property name="icon-name">res/lock.png</property>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">0</property>
               </packing>
             </child>
+            <child>
+              <object class="GtkImage" id="lockcheckinterval">
+                <property name="can-focus">False</property>
+                <property name="no-show-all">True</property>
+                <property name="halign">center</property>
+                <property name="valign">center</property>
+                <property name="icon-name">res/lock.png</property>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">1</property>
+              </packing>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -197,28 +226,28 @@
         <child>
           <object class="GtkFrame">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="label_xalign">0</property>
-            <property name="shadow_type">none</property>
+            <property name="can-focus">False</property>
+            <property name="label-xalign">0</property>
+            <property name="shadow-type">none</property>
             <child>
-              <!-- n-columns=1 n-rows=1 -->
+              <!-- n-columns=3 n-rows=2 -->
               <object class="GtkGrid" id="grid1">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="hexpand">True</property>
-                <property name="row_spacing">3</property>
-                <property name="column_spacing">6</property>
+                <property name="can-focus">False</property>
                 <property name="margin-start">12</property>
                 <property name="margin-top">6</property>
+                <property name="hexpand">True</property>
+                <property name="row-spacing">3</property>
+                <property name="column-spacing">6</property>
                 <child>
                   <object class="GtkCheckButton" id="autodownload">
                     <property name="label" translatable="yes" 
context="optonlineupdatepage|autodownload">_Download updates 
automatically</property>
                     <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">False</property>
+                    <property name="can-focus">True</property>
+                    <property name="receives-default">False</property>
                     <property name="halign">start</property>
-                    <property name="use_underline">True</property>
-                    <property name="draw_indicator">True</property>
+                    <property name="use-underline">True</property>
+                    <property name="draw-indicator">True</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="autodownload-atkobject">
                         <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|autodownload">Enable the automatic 
download of updates to the specified folder.</property>
@@ -226,27 +255,27 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">0</property>
+                    <property name="left-attach">1</property>
+                    <property name="top-attach">0</property>
                     <property name="width">2</property>
                   </packing>
                 </child>
                 <child>
-                  <!-- n-columns=1 n-rows=1 -->
+                  <!-- n-columns=2 n-rows=1 -->
                   <object class="GtkGrid" id="grid3">
                     <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="row_spacing">6</property>
-                    <property name="column_spacing">6</property>
+                    <property name="can-focus">False</property>
                     <property name="margin-start">18</property>
+                    <property name="row-spacing">6</property>
+                    <property name="column-spacing">6</property>
                     <child>
                       <object class="GtkButton" id="changepath">
                         <property name="label" translatable="yes" 
context="optonlineupdatepage|changepath">Ch_ange...</property>
                         <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="receives_default">True</property>
+                        <property name="can-focus">True</property>
+                        <property name="receives-default">True</property>
                         <property name="halign">start</property>
-                        <property name="use_underline">True</property>
+                        <property name="use-underline">True</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="changepath-atkobject">
                             <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|changepath">Click to select the 
destination folder for downloaded files.</property>
@@ -254,23 +283,23 @@
                         </child>
                       </object>
                       <packing>
-                        <property name="left_attach">1</property>
-                        <property name="top_attach">0</property>
+                        <property name="left-attach">1</property>
+                        <property name="top-attach">0</property>
                       </packing>
                     </child>
                     <child>
                       <object class="GtkBox" id="box1">
                         <property name="visible">True</property>
-                        <property name="can_focus">False</property>
+                        <property name="can-focus">False</property>
                         <property name="spacing">6</property>
                         <child>
                           <object class="GtkLabel" id="destpathlabel">
                             <property name="visible">True</property>
-                            <property name="can_focus">False</property>
+                            <property name="can-focus">False</property>
                             <property name="label" translatable="yes" 
context="optonlineupdatepage|destpathlabel">Download destination:</property>
                             <property name="xalign">0</property>
                             <attributes>
-                              <attribute name="scale" value="0.9"/>
+                              <attribute name="scale" 
value="0.90000000000000002"/>
                             </attributes>
                             <child internal-child="accessible">
                               <object class="AtkObject" 
id="destpathlabel-atkobject">
@@ -287,11 +316,11 @@
                         <child>
                           <object class="GtkLabel" id="destpath">
                             <property name="visible">True</property>
-                            <property name="can_focus">False</property>
+                            <property name="can-focus">False</property>
                             <property name="ellipsize">end</property>
                             <property name="xalign">0</property>
                             <attributes>
-                              <attribute name="scale" value="0.9"/>
+                              <attribute name="scale" 
value="0.90000000000000002"/>
                             </attributes>
                           </object>
                           <packing>
@@ -302,23 +331,39 @@
                         </child>
                       </object>
                       <packing>
-                        <property name="left_attach">0</property>
-                        <property name="top_attach">0</property>
+                        <property name="left-attach">0</property>
+                        <property name="top-attach">0</property>
                       </packing>
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">1</property>
+                    <property name="left-attach">1</property>
+                    <property name="top-attach">1</property>
                     <property name="width">2</property>
                   </packing>
                 </child>
+                <child>
+                  <object class="GtkImage" id="lockautodownload">
+                    <property name="can-focus">False</property>
+                    <property name="no-show-all">True</property>
+                    <property name="halign">center</property>
+                    <property name="valign">center</property>
+                    <property name="icon-name">res/lock.png</property>
+                  </object>
+                  <packing>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
               </object>
             </child>
             <child type="label">
               <object class="GtkLabel" id="labeldest">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can-focus">False</property>
                 <property name="label" translatable="yes" 
context="optonlineupdatepage|labeldest">Download Destination</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
@@ -335,50 +380,50 @@
         <child>
           <object class="GtkFrame">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="label_xalign">0</property>
-            <property name="shadow_type">none</property>
+            <property name="can-focus">False</property>
+            <property name="label-xalign">0</property>
+            <property name="shadow-type">none</property>
             <child>
-              <!-- n-columns=1 n-rows=1 -->
+              <!-- n-columns=3 n-rows=2 -->
               <object class="GtkGrid" id="grid5">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="hexpand">True</property>
-                <property name="row_spacing">3</property>
-                <property name="column_spacing">6</property>
+                <property name="can-focus">False</property>
                 <property name="margin-start">12</property>
                 <property name="margin-top">6</property>
+                <property name="hexpand">True</property>
+                <property name="row-spacing">3</property>
+                <property name="column-spacing">6</property>
                 <child>
                   <object class="GtkCheckButton" id="extrabits">
                     <property name="label" translatable="yes" 
context="optonlineupdatepage|extrabits">_Send OS version and basic hardware 
information</property>
                     <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">False</property>
-                    <property name="tooltip_text" translatable="yes" 
context="optonlineupdatepage|extrabits|tooltip_text">This information lets us 
make optimizations for your hardware and operating system.</property>
+                    <property name="can-focus">True</property>
+                    <property name="receives-default">False</property>
+                    <property name="tooltip-text" translatable="yes" 
context="optonlineupdatepage|extrabits|tooltip_text">This information lets us 
make optimizations for your hardware and operating system.</property>
                     <property name="halign">start</property>
-                    <property name="use_underline">True</property>
-                    <property name="draw_indicator">True</property>
+                    <property name="use-underline">True</property>
+                    <property name="draw-indicator">True</property>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">0</property>
+                    <property name="left-attach">1</property>
+                    <property name="top-attach">0</property>
                     <property name="width">2</property>
                   </packing>
                 </child>
                 <child>
                   <object class="GtkBox" id="hbox">
                     <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="spacing">6</property>
+                    <property name="can-focus">False</property>
                     <property name="margin-start">18</property>
+                    <property name="spacing">6</property>
                     <child>
                       <object class="GtkLabel" id="useragent_label">
                         <property name="visible">True</property>
-                        <property name="can_focus">False</property>
+                        <property name="can-focus">False</property>
                         <property name="label" translatable="yes" 
context="optonlineupdatepage|useragent_label">User Agent:</property>
                         <property name="yalign">0</property>
                         <attributes>
-                          <attribute name="scale" value="0.9"/>
+                          <attribute name="scale" value="0.90000000000000002"/>
                         </attributes>
                       </object>
                       <packing>
@@ -389,11 +434,11 @@
                     </child>
                     <child>
                       <object class="GtkLabel" id="useragent_changed">
-                        <property name="can_focus">False</property>
+                        <property name="can-focus">False</property>
                         <property name="label" translatable="yes" 
context="optonlineupdatepage|useragent_changed">Hit apply to update</property>
                         <property name="yalign">0</property>
                         <attributes>
-                          <attribute name="scale" value="0.9"/>
+                          <attribute name="scale" value="0.90000000000000002"/>
                         </attributes>
                       </object>
                       <packing>
@@ -405,10 +450,10 @@
                     <child>
                       <object class="GtkLabel" id="useragent">
                         <property name="visible">True</property>
-                        <property name="can_focus">False</property>
+                        <property name="can-focus">False</property>
                         <property name="xalign">0</property>
                         <attributes>
-                          <attribute name="scale" value="0.9"/>
+                          <attribute name="scale" value="0.90000000000000002"/>
                         </attributes>
                       </object>
                       <packing>
@@ -419,17 +464,33 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">1</property>
+                    <property name="left-attach">1</property>
+                    <property name="top-attach">1</property>
                     <property name="width">2</property>
                   </packing>
                 </child>
+                <child>
+                  <object class="GtkImage" id="lockextrabits">
+                    <property name="can-focus">False</property>
+                    <property name="no-show-all">True</property>
+                    <property name="halign">center</property>
+                    <property name="valign">center</property>
+                    <property name="icon-name">res/lock.png</property>
+                  </object>
+                  <packing>
+                    <property name="left-attach">0</property>
+                    <property name="top-attach">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
               </object>
             </child>
             <child type="label">
               <object class="GtkLabel" id="labelagent">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can-focus">False</property>
                 <property name="label" translatable="yes" 
context="optonlineupdatepage|labelagent">User Agent</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
@@ -462,7 +523,7 @@
     <child type="label">
       <object class="GtkLabel" id="label1">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="label" translatable="yes" 
context="optonlineupdatepage|label1">Online Update Options</property>
         <attributes>
           <attribute name="weight" value="bold"/>

Reply via email to