diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-06-23 19:34:44 +0200 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-06-26 05:31:23 +0200 |
commit | 00ba5eba45c8334170668621852c0b2b10b7661e (patch) | |
tree | 18569b7f746bcc150a0b3563b9b9f049ead666b0 /sw/uiconfig | |
parent | 31267f0b04729a41619850f8eceb7232be8a4c7b (diff) |
Resave with newer Glade version
Change-Id: I2294ec1df9924d1406b2a9e5b1833dfb8471b154
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169415
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/warnemaildialog.ui | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/sw/uiconfig/swriter/ui/warnemaildialog.ui b/sw/uiconfig/swriter/ui/warnemaildialog.ui index e8a0c149b895..fe1dd4c0ac8f 100644 --- a/sw/uiconfig/swriter/ui/warnemaildialog.ui +++ b/sw/uiconfig/swriter/ui/warnemaildialog.ui @@ -1,33 +1,33 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.20"/> <object class="GtkMessageDialog" id="WarnEmailDialog"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="title" translatable="yes" context="warnemaildialog|WarnEmailDialog">Emails could not be sent</property> <property name="resizable">False</property> <property name="modal">True</property> - <property name="default_width">0</property> - <property name="default_height">0</property> - <property name="type_hint">dialog</property> - <property name="skip_taskbar_hint">True</property> - <property name="message_type">warning</property> + <property name="default-width">0</property> + <property name="default-height">0</property> + <property name="type-hint">dialog</property> + <property name="skip-taskbar-hint">True</property> + <property name="message-type">warning</property> <property name="buttons">ok</property> <property name="text" translatable="yes" context="warnemaildialog|WarnEmailDialog">Emails could not be sent</property> - <property name="secondary_text" translatable="yes" context="warnemaildialog|WarnEmailDialog">The following error occurred:</property> + <property name="secondary-text" translatable="yes" context="warnemaildialog|WarnEmailDialog">The following error occurred:</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> </object> <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> @@ -35,28 +35,28 @@ <!-- n-columns=1 n-rows=1 --> <object class="GtkGrid" id="grid"> <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> <child> <object class="GtkScrolledWindow" id="scrolledwindow1"> <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="GtkTextView" id="errors"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can-focus">True</property> <property name="editable">False</property> - <property name="cursor_visible">False</property> + <property name="cursor-visible">False</property> </object> </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> @@ -68,8 +68,5 @@ </child> </object> </child> - <child> - <placeholder/> - </child> </object> </interface> |