mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
further qt_ vs. _ fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5867 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8f217402f9
commit
a96d1108cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user