diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-11-06 20:05:18 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-11-06 21:58:00 (GMT) |
commit | 60acaf5ec7edcd1baf4dd8f80cf93b3e2cb520e4 (patch) | |
tree | b43083449906c65173dd1ccc22f2da1b1979a513 | |
parent | 60b6fcdd18c4a21df086a0965bd2d536a39d2094 (diff) | |
download | Qt-60acaf5ec7edcd1baf4dd8f80cf93b3e2cb520e4.zip Qt-60acaf5ec7edcd1baf4dd8f80cf93b3e2cb520e4.tar.gz Qt-60acaf5ec7edcd1baf4dd8f80cf93b3e2cb520e4.tar.bz2 |
use right method to record new messages
consistent with all other source parsers
-rw-r--r-- | tools/linguist/lupdate/qscript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/lupdate/qscript.cpp b/tools/linguist/lupdate/qscript.cpp index 4600656..6c94588 100644 --- a/tools/linguist/lupdate/qscript.cpp +++ b/tools/linguist/lupdate/qscript.cpp @@ -776,7 +776,7 @@ static void recordMessage( fileName, lineNo, QStringList(), TranslatorMessage::Unfinished, plural); msg.setExtraComment(extracomment.simplified()); - tor->replace(msg); + tor->extend(msg); } |