diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-03-31 13:23:53 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-04-01 09:50:55 (GMT) |
commit | e58807c2d750f41cbe88d49baa5ab42d0f61f5e7 (patch) | |
tree | b9d63bcfdc0b1e2976f52059c1e2d81bcf89b566 /tools | |
parent | 9969f5383711454389435370ae71b6f19d3b2255 (diff) | |
download | Qt-e58807c2d750f41cbe88d49baa5ab42d0f61f5e7.zip Qt-e58807c2d750f41cbe88d49baa5ab42d0f61f5e7.tar.gz Qt-e58807c2d750f41cbe88d49baa5ab42d0f61f5e7.tar.bz2 |
one more bogus trolltech => qtsoftware rename
Diffstat (limited to 'tools')
-rw-r--r-- | tools/linguist/linguist/phrase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/linguist/phrase.cpp b/tools/linguist/linguist/phrase.cpp index 563c72d..300f6e8 100644 --- a/tools/linguist/linguist/phrase.cpp +++ b/tools/linguist/linguist/phrase.cpp @@ -243,7 +243,7 @@ bool PhraseBook::load(const QString &fileName, bool *langGuessed) // don't click on these! reader.setFeature(QLatin1String("http://xml.org/sax/features/namespaces"), false); reader.setFeature(QLatin1String("http://xml.org/sax/features/namespace-prefixes"), true); - reader.setFeature(QLatin1String("http://qtsoftware.com/xml/features/report-whitespace" + reader.setFeature(QLatin1String("http://trolltech.com/xml/features/report-whitespace" "-only-CharData"), false); QphHandler *hand = new QphHandler(this); reader.setContentHandler(hand); |