From: John Levon Date: Wed, 18 Dec 2002 23:26:21 +0000 (+0000) Subject: further qt_ vs. _ fix X-Git-Tag: 1.6.10~17763 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a96d1108cb81cfa6d70f42f77b3251eecffa6a7a;p=features.git further qt_ vs. _ fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5867 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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