diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-06-14 17:01:32 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-06-14 20:59:03 +0200 |
commit | 7c6c58197a84cf22789ca3dc97e863390c31a2f9 (patch) | |
tree | 7a2738ddecf8406cf91c7307f047b301a41de195 /cui/source | |
parent | 51819767d341950dfd67448a6cbbf8c1add45f6c (diff) |
Related: tdf#150494 add placeholder text to the REST protocol field
Change-Id: I8aab941d9dd03e54a3a39ccb643a5a628d6c5be7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153061
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optlanguagetool.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/optlanguagetool.cxx b/cui/source/options/optlanguagetool.cxx index 485e8ecb1be6..e1f4806f47f3 100644 --- a/cui/source/options/optlanguagetool.cxx +++ b/cui/source/options/optlanguagetool.cxx @@ -45,6 +45,7 @@ OptLanguageToolTabPage::OptLanguageToolTabPage(weld::Container* pPage, m_xBaseURLED->set_placeholder_text(CuiResId(RID_LANGUAGETOOL_LEAVE_EMPTY)); m_xUsernameED->set_placeholder_text(CuiResId(RID_LANGUAGETOOL_LEAVE_EMPTY)); m_xApiKeyED->set_placeholder_text(CuiResId(RID_LANGUAGETOOL_LEAVE_EMPTY)); + m_xRestProtocol->set_placeholder_text(CuiResId(RID_LANGUAGETOOL_REST_LEAVE_EMPTY)); } OptLanguageToolTabPage::~OptLanguageToolTabPage() {} |