From b5331d6261f0a315d796f086e60f785e398a97cb Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sun, 3 Dec 2006 00:28:14 +0000 Subject: [PATCH] * src/frontends/qt4/qt_helpers.h: fix comment on the use of qt_() git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16147 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/qt_helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/qt_helpers.h b/src/frontends/qt4/qt_helpers.h index 5e7cae2b07..df694d111d 100644 --- a/src/frontends/qt4/qt_helpers.h +++ b/src/frontends/qt4/qt_helpers.h @@ -106,7 +106,7 @@ docstring const qstring_to_ucs4(QString const & qstr); /** * qt_ - i18nize string and convert to unicode * - * Use this in qt4/ instead of qt_() + * Use this in qt4/ instead of _() */ QString const qt_(char const * str, const char * comment); @@ -114,7 +114,7 @@ QString const qt_(char const * str, const char * comment); /** * qt_ - i18nize string and convert to unicode * - * Use this in qt4/ instead of qt_() + * Use this in qt4/ instead of _() */ QString const qt_(std::string const & str); -- 2.39.2