]> git.lyx.org Git - lyx.git/commitdiff
* src/frontends/qt4/qt_helpers.h: fix comment on the use of qt_()
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 3 Dec 2006 00:28:14 +0000 (00:28 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 3 Dec 2006 00:28:14 +0000 (00:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16147 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/qt_helpers.h

index 5e7cae2b0760036c7656c6beb7d3a12aa3d49ac8..df694d111d5d478b155e979fa15dda61599b0c55 100644 (file)
@@ -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);