diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-11 10:44:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-12 16:34:53 +0200 |
commit | dbe79b15b44058da2c47e8f1ebfb7fd9bd946685 (patch) | |
tree | ef29d6fd807cbc67b02b6b1215fd63bec63a838c /dbaccess | |
parent | c1399e497191f295b9c3db95d126ff6a4fa5891d (diff) |
has_default needs can_default
Change-Id: Id841d214b8d88a986c07d2827b281e5805c3c941
Reviewed-on: https://gerrit.libreoffice.org/73810
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/textconnectionsettings.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/textconnectionsettings.ui b/dbaccess/uiconfig/ui/textconnectionsettings.ui index c19184429637..10f01e82dfdf 100644 --- a/dbaccess/uiconfig/ui/textconnectionsettings.ui +++ b/dbaccess/uiconfig/ui/textconnectionsettings.ui @@ -28,6 +28,7 @@ <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> |