sw/uiconfig/swriter/ui/insertcaption.ui | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit e66fdda388274d5e08f8ff3df20b711712b25348 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Dec 10 15:03:30 2025 +0000 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Dec 11 13:11:38 2025 +0100 add an accessible-name to the preview in the caption dialog similar to what we do in sw/uiconfig/swriter/ui/envformatpage.ui Change-Id: I0d7150909835f26aba8893f3fc4edb029ec65ac1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195384 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/sw/uiconfig/swriter/ui/insertcaption.ui b/sw/uiconfig/swriter/ui/insertcaption.ui index 5ccf77bcd919..55cf80330593 100644 --- a/sw/uiconfig/swriter/ui/insertcaption.ui +++ b/sw/uiconfig/swriter/ui/insertcaption.ui @@ -366,6 +366,11 @@ <object class="GtkDrawingArea" id="preview"> <property name="visible">True</property> <property name="can_focus">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="preview-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="insertcaption|label3">Preview</property> + </object> + </child> </object> </child> </object>
