sw/uiconfig/swriter/ui/insertcaption.ui | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 281d71b6394bf1f3c15eabf683ba263d6089086b Author: Caolán McNamara <[email protected]> AuthorDate: Wed Dec 10 15:03:30 2025 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Dec 11 10:44:41 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/+/195385 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sw/uiconfig/swriter/ui/insertcaption.ui b/sw/uiconfig/swriter/ui/insertcaption.ui index d11aa3f17c02..48ef6c1a2bf8 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|preview-atkobject">Preview</property> + </object> + </child> </object> </child> </object>
