diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-24 12:56:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-24 17:46:31 +0200 |
commit | 290b6e09f9622027bab8eaf12f87b72237d2e9d6 (patch) | |
tree | f92dac0e8d4d131ecb351dec3f5d1368ca68bef4 /dbaccess | |
parent | 74d4f1b43bc6c9b5ea2a8197e51cbcb2c376de6b (diff) |
fix OGeneralSpecialJDBCDetailsPage
Change-Id: Iee83dcd992ff5d66ff4090019ceb764051a9c776
Reviewed-on: https://gerrit.libreoffice.org/62296
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui b/dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui index 23106fb9ca1b..6280e2cc1a4c 100644 --- a/dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui +++ b/dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui @@ -214,7 +214,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="charset"> + <object class="GtkComboBoxText" id="charset"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> |