diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2023-05-30 21:40:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-31 07:25:45 +0200 |
commit | b960668bbde1c77c5eadf0a1ad8abde08114810f (patch) | |
tree | 777965bedbff2c952923d4f8906c9fc233be2183 /dbaccess | |
parent | 60e499147963e42ce783dffcf9c8d4aba8b5d475 (diff) |
tdf#155562: crash when switching to PostgreSQL connector in Database wizard
It seems "label" doesn't exist for AtkObject so rather use "AtkObject::accessible-description"
Regression from afe99617707c92460e66486c0057ef327e8aa017
tdf#43369: Specific UI for collecting PostgreSQL connection settings
Change-Id: I1f4f7ebe5e20a9ff7b75e6f82ffdd2bdebe7417c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152406
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/postgrespage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/uiconfig/ui/postgrespage.ui b/dbaccess/uiconfig/ui/postgrespage.ui index cc478e00cca8..ce814a40a310 100644 --- a/dbaccess/uiconfig/ui/postgrespage.ui +++ b/dbaccess/uiconfig/ui/postgrespage.ui @@ -23,7 +23,7 @@ <property name="margin_bottom">6</property> <child internal-child="accessible"> <object class="AtkObject"> - <property name="label" translatable="yes" context="specialpostgrespage|header">Set up connection to a PostgreSQL database</property> + <property name="AtkObject::accessible-description" translatable="yes" context="specialpostgrespage|header">Set up connection to a PostgreSQL database</property> <property name="AtkObject::accessible-role">static</property> </object> </child> @@ -43,7 +43,7 @@ <property name="can_focus">False</property> <child internal-child="accessible"> <object class="AtkObject"> - <property name="label" translatable="yes" context="specialpostgrespage|helpLabel">Please enter the required information to connect to a PostgreSQL database. Please contact your system administrator if you are unsure about the following settings. </property> + <property name="AtkObject::accessible-description" translatable="yes" context="specialpostgrespage|helpLabel">Please enter the required information to connect to a PostgreSQL database. Please contact your system administrator if you are unsure about the following settings. </property> <property name="AtkObject::accessible-role">static</property> </object> </child> |