diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2025-09-11 21:37:32 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2025-09-12 07:18:36 +0200 |
commit | 1b4761c09f8966cee35635191c10c293fe1a952f (patch) | |
tree | b39b5fb3f3d4bf69a0003b3a0fe0001a0a92c0c5 /sd | |
parent | 28d1f1dfafbc782bfe7c266885e4f4227399ea88 (diff) |
sd: Resave annotationtagmenu.ui with glade 3.40
To trigger the menu:
* start Impress
* "Insert Comment"
* right-click on the comment area
Change-Id: I7c652ce439a995dad0c58fe383267934b542d97a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190832
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/annotationtagmenu.ui | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sd/uiconfig/simpress/ui/annotationtagmenu.ui b/sd/uiconfig/simpress/ui/annotationtagmenu.ui index 9996b5730efa..17502d249a33 100644 --- a/sd/uiconfig/simpress/ui/annotationtagmenu.ui +++ b/sd/uiconfig/simpress/ui/annotationtagmenu.ui @@ -1,46 +1,46 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.40.0 --> <interface domain="sd"> <requires lib="gtk+" version="3.20"/> <object class="GtkMenu" id="menu"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <child> <object class="GtkMenuItem" id=".uno:ReplyToAnnotation"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="label" translatable="yes" context="annotationtagmenu|reply">_Reply</property> - <property name="use_underline">True</property> + <property name="use-underline">True</property> </object> </child> <child> <object class="GtkSeparatorMenuItem" id="separator"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> </object> </child> <child> <object class="GtkMenuItem" id=".uno:DeleteAnnotation"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="label" translatable="yes" context="annotationtagmenu|delete">_Delete Comment</property> - <property name="use_underline">True</property> + <property name="use-underline">True</property> </object> </child> <child> <object class="GtkMenuItem" id=".uno:DeleteAllAnnotationByAuthor"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="label" translatable="yes" context="annotationtagmenu|deleteby">Delete All Comments b_y %1</property> - <property name="use_underline">True</property> + <property name="use-underline">True</property> </object> </child> <child> <object class="GtkMenuItem" id=".uno:DeleteAllAnnotation"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="label" translatable="yes" context="annotationtagmenu|deleteall">Delete _All Comments</property> - <property name="use_underline">True</property> + <property name="use-underline">True</property> </object> </child> </object> |