diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-26 01:01:47 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-03 18:00:15 +0100 |
commit | 335ffc0f7bff71112a336e803ab5e0857f1f3771 (patch) | |
tree | 329151550a582df1304b504c3013be47a3b3ab70 /cui/source/options/optinet2.cxx | |
parent | 42387cd10802912891fc2b7554e92d5c0c79b0f1 (diff) |
don't use SVXSTR for translation ids that are in cui.mo
use that just for the ones in svx.mo. This just changes the
programmer-level #define and keeps the translator-level message context
the same to avoid triggering any retranslations.
Change-Id: I3ca90618e27c4d7abbc77de1096e67bafe49e7ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125832
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/optinet2.cxx')
-rw-r--r-- | cui/source/options/optinet2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index be01007e026c..3ce4df88cb59 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -88,7 +88,7 @@ IMPL_LINK(SvxProxyTabPage, PortChangedHdl, weld::Entry&, rEdit, void) { std::unique_ptr<weld::MessageDialog> xErrorBox(Application::CreateMessageDialog(GetFrameWeld(), VclMessageType::Warning, VclButtonsType::Ok, - CuiResId( RID_SVXSTR_OPT_PROXYPORTS))); + CuiResId(RID_CUISTR_OPT_PROXYPORTS))); xErrorBox->run(); } } |