From: Michael Schmitt Date: Sun, 3 Dec 2006 00:28:14 +0000 (+0000) Subject: * src/frontends/qt4/qt_helpers.h: fix comment on the use of qt_() X-Git-Tag: 1.6.10~11669 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=inline;h=b5331d6261f0a315d796f086e60f785e398a97cb;p=lyx.git * 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 --- 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);