cui/uiconfig/ui/widgettestdialog.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit bb729d5d1f9c10b3e3f6fca58c5b09ad3d252aea Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Sat Jul 26 08:59:52 2025 +0200 Commit: Michael Meeks <michael.me...@collabora.com> CommitDate: Mon Jul 28 10:54:21 2025 +0200 cui: Use LibreOffice name and URL in widget test dialog To trigger the dialog: * in "Tools" -> "Customize", set a keyboard shortcut for function/UNO command ".uno:WidgetTestDialog" * close the dialog and activat the shortcut Change-Id: Ibd095cbf5a24f18332715081919f5a4364d1f321 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188389 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.me...@collabora.com> diff --git a/cui/uiconfig/ui/widgettestdialog.ui b/cui/uiconfig/ui/widgettestdialog.ui index 950815a36a79..270e72dff56a 100644 --- a/cui/uiconfig/ui/widgettestdialog.ui +++ b/cui/uiconfig/ui/widgettestdialog.ui @@ -195,12 +195,12 @@ </child> <child> <object class="GtkLinkButton" id="link_btn_1"> - <property name="label" translatable="no">Collabora Office</property> + <property name="label" translatable="no">LibreOffice</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> <property name="relief">none</property> - <property name="uri">https://www.collaboraoffice.com/</property> + <property name="uri">https://www.libreoffice.org/</property> <property name="visited">True</property> </object> <packing> @@ -210,13 +210,13 @@ </child> <child> <object class="GtkLinkButton" id="link_btn_2"> - <property name="label" translatable="no">Collabora Office</property> + <property name="label" translatable="no">LibreOffice</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can-focus">True</property> <property name="receives-default">True</property> <property name="relief">none</property> - <property name="uri">https://www.collaboraoffice.com/</property> + <property name="uri">https://www.libreoffice.org/</property> <property name="visited">True</property> </object> <packing>