From 69460da0a67c76f508bf4c32d14ce00304cdfd98 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 25 Nov 2009 17:27:36 +0100 Subject: don't write context into field there is really no point in doing so Reviewed-by: hjk --- tools/linguist/shared/qph.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/linguist/shared/qph.cpp b/tools/linguist/shared/qph.cpp index a364037..24148fd 100644 --- a/tools/linguist/shared/qph.cpp +++ b/tools/linguist/shared/qph.cpp @@ -166,9 +166,8 @@ static bool saveQPH(const Translator &translator, QIODevice &dev, ConversionData QChar(Translator::TextVariantSeparator)); t << " " << protect(str) << "\n"; - if (!msg.context().isEmpty() || !msg.comment().isEmpty()) - t << " " << msg.context() << msg.comment() - << "\n"; + if (!msg.comment().isEmpty()) + t << " " << msg.comment() << "\n"; t << "\n"; } t << "\n"; -- cgit v0.12