svx/uiconfig/ui/savemodifieddialog.ui |   38 +++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 19 deletions(-)

New commits:
commit 2a553c08102d7f0eba665b6686124898ac72135d
Author:     Bogdan Buzea <[email protected]>
AuthorDate: Sun Jun 23 16:57:45 2024 +0200
Commit:     Taichi Haradaguchi <[email protected]>
CommitDate: Wed Jun 26 05:26:50 2024 +0200

    Resave with newer Glade version
    
    Change-Id: I8c955f20b4976178ac25d7590ff6cc0f37a10f99
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169393
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <[email protected]>

diff --git a/svx/uiconfig/ui/savemodifieddialog.ui 
b/svx/uiconfig/ui/savemodifieddialog.ui
index 51877e552163..c9038761ef57 100644
--- a/svx/uiconfig/ui/savemodifieddialog.ui
+++ b/svx/uiconfig/ui/savemodifieddialog.ui
@@ -1,31 +1,31 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="svx">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkMessageDialog" id="SaveModifiedDialog">
-    <property name="can_focus">False</property>
+    <property name="can-focus">False</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
-    <property name="type_hint">dialog</property>
-    <property name="skip_taskbar_hint">True</property>
-    <property name="message_type">question</property>
+    <property name="type-hint">dialog</property>
+    <property name="skip-taskbar-hint">True</property>
+    <property name="message-type">question</property>
     <property name="text" translatable="yes" 
context="savemodifieddialog|SaveModifiedDialog">Do you want to save your 
changes?</property>
-    <property name="secondary_text" translatable="yes" 
context="savemodifieddialog|SaveModifiedDialog">The content of the current form 
has been modified.</property>
+    <property name="secondary-text" translatable="yes" 
context="savemodifieddialog|SaveModifiedDialog">The content of the current form 
has been modified.</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="messagedialog-vbox">
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">12</property>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="messagedialog-action_area">
-            <property name="can_focus">False</property>
+            <property name="can-focus">False</property>
             <child>
               <object class="GtkButton" id="no">
                 <property name="label" translatable="yes" 
context="stock">_No</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>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -37,11 +37,11 @@
               <object class="GtkButton" id="yes">
                 <property name="label" translatable="yes" 
context="stock">_Yes</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="can_default">True</property>
-                <property name="has_default">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_underline">True</property>
+                <property name="can-focus">True</property>
+                <property name="can-default">True</property>
+                <property name="has-default">True</property>
+                <property name="receives-default">True</property>
+                <property name="use-underline">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -53,8 +53,8 @@
               <object class="GtkButton" id="cancel">
                 <property name="label" translatable="yes" 
context="stock">_Cancel</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="use-underline">True</property>
               </object>
               <packing>
@@ -67,7 +67,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">0</property>
           </packing>
         </child>

Reply via email to