diff options
author | Samuel Thibault <sthibault@hypra.fr> | 2018-05-04 11:14:12 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-05-07 00:25:14 +0200 |
commit | 239d985b712301a5922fe4d32f29db94e5f73766 (patch) | |
tree | be28f2c383dbdaf4b2b8dc130b2d2125f60cce1d /solenv/gbuild/UIConfig.mk | |
parent | 4789eb9671c6d6fb0e131267b97a7ad3de8ac5ce (diff) |
gla11y: Enable warnings for GtkEntry widgets missing a label
Change-Id: Ie2bd516a8125771e747c5960087f835b63737e9e
Reviewed-on: https://gerrit.libreoffice.org/53837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'solenv/gbuild/UIConfig.mk')
-rw-r--r-- | solenv/gbuild/UIConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk index e208d99a7309..1eee6edf1922 100644 --- a/solenv/gbuild/UIConfig.mk +++ b/solenv/gbuild/UIConfig.mk @@ -174,7 +174,7 @@ gb_UIConfig_gla11y_PARAMETERS += --enable-type duplicate-mnemonic --enable-type gb_UIConfig_gla11y_PARAMETERS += --disable-type no-labelled-by # Clearly need labelling gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkScale -#gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkEntry +gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkEntry #gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkSpinButton #gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkSpinner #gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkProgressBar |