[LyX/master] Nothing to translate here.
Juergen Spitzmueller
spitz at lyx.org
Mon Aug 10 07:38:58 UTC 2020
commit b57166f656a84e61a7a5bfd06d815b5b76a9a96a
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Mon Aug 10 10:03:42 2020 +0200
Nothing to translate here.
---
src/frontends/qt/GuiAlert.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt/GuiAlert.cpp b/src/frontends/qt/GuiAlert.cpp
index 8b626a9..ce696cb 100644
--- a/src/frontends/qt/GuiAlert.cpp
+++ b/src/frontends/qt/GuiAlert.cpp
@@ -304,7 +304,7 @@ bool doAskForText(docstring & response, docstring const & msg,
}
}
- docstring const title = bformat(_("%1$s"), msg);
+ docstring const title = bformat(from_utf8("%1$s"), msg);
/// Long operation in progress prevents user from Ok-ing the error dialog
bool long_op = theApp()->longOperationStarted();
More information about the lyx-cvs
mailing list