equal
deleted
inserted
replaced
774 TranslatorMessage msg( |
774 TranslatorMessage msg( |
775 context, text, comment, QString(), |
775 context, text, comment, QString(), |
776 fileName, lineNo, QStringList(), |
776 fileName, lineNo, QStringList(), |
777 TranslatorMessage::Unfinished, plural); |
777 TranslatorMessage::Unfinished, plural); |
778 msg.setExtraComment(extracomment.simplified()); |
778 msg.setExtraComment(extracomment.simplified()); |
779 tor->replace(msg); |
779 tor->extend(msg); |
780 } |
780 } |
781 |
781 |
782 |
782 |
783 namespace QScript |
783 namespace QScript |
784 { |
784 { |