]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/Alert_pimpl.C
further qt_ vs. _ fix
[features.git] / src / frontends / qt2 / Alert_pimpl.C
index 4c4b933da84c0f6f5aa4629a13e35542b840b479..283da5a8b3f33481d8cd93a35c8b49072d4620bc 100644 (file)
@@ -19,6 +19,7 @@
 #include <qlineedit.h>
 #include "ui/QAskForTextDialog.h"
 #include "qt_helpers.h"
+#include "gettext.h"
 
 #include <algorithm>
 
@@ -57,7 +58,7 @@ pair<bool, string> 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