From a96d1108cb81cfa6d70f42f77b3251eecffa6a7a Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 18 Dec 2002 23:26:21 +0000 Subject: [PATCH] further qt_ vs. _ fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5867 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/Alert_pimpl.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontends/qt2/Alert_pimpl.C b/src/frontends/qt2/Alert_pimpl.C index 4c4b933da8..283da5a8b3 100644 --- a/src/frontends/qt2/Alert_pimpl.C +++ b/src/frontends/qt2/Alert_pimpl.C @@ -19,6 +19,7 @@ #include #include "ui/QAskForTextDialog.h" #include "qt_helpers.h" +#include "gettext.h" #include @@ -57,7 +58,7 @@ pair const askForText_pimpl(string const & msg, string const & dflt) { #if USE_BOOST_FORMAT - boost::format fmt(qt_("LyX: %1$s")); + boost::format fmt(_("LyX: %1$s")); fmt % msg; string const title = fmt.str(); #else -- 2.39.2