svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-)
New commits: commit 4a80f1443bf3d92eb293c74af25742db56247f04 Author: Michael Weghorn <[email protected]> AuthorDate: Mon Jun 30 10:30:27 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Mon Jun 30 14:26:07 2025 +0200 svx: Resave querymodifyimagemapchangesdialog with glade 3.40 To trigger the dialog from Writer: * insert an image (and leave it selected) * "Tools" -> "ImageMap" * select "Rectangle" in the toolbar * select a rectangle are in the drawing area * click the "Close" button Change-Id: I1bc32eb5dac47d8f0f46ac533703e68aadefef18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187174 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui b/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui index 661328481d8a..19e89eaf227f 100644 --- a/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui +++ b/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui @@ -1,34 +1,34 @@ <?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="QueryModifyImageMapChangesDialog"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="title" translatable="yes" context="querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog">Save ImageMap changes?</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="buttons">yes-no</property> <property name="text" translatable="yes" context="querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog">The ImageMap has been modified.</property> - <property name="secondary_text" translatable="yes" context="querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog">Do you want to save the changes?</property> + <property name="secondary-text" translatable="yes" context="querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog">Do you want to save the changes?</property> <child internal-child="vbox"> <object class="GtkBox" id="messagedialog-vbox5"> - <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_area5"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <child> <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="can_default">True</property> - <property name="has_default">True</property> - <property name="receives_default">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> @@ -41,7 +41,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>
