diff options
author | Zolnai Tamás <zolnaitamas2000g@gmail.com> | 2012-11-18 14:39:17 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000g@gmail.com> | 2012-11-18 14:39:17 +0100 |
commit | d15706ec0ac0e1eaec1b95fe0271d17393915e32 (patch) | |
tree | 906738af160d90e063d05d9370e164d96bfaf08c /l10ntools | |
parent | ce48aa1488652ba8b24ada4d62b75aacf3ef6717 (diff) |
Revert "Write source file into po entries' msgctxt"
This reverts commit b0f07bbbc4f179d442ff96471669f02e82686657.
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/po.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx index ce71207ec3e5..df9efe31bc64 100644 --- a/l10ntools/source/po.cxx +++ b/l10ntools/source/po.cxx @@ -255,10 +255,7 @@ void GenPoEntry::readFromFile(std::ifstream& rIFStream) else if (sLine.startsWith("\"") && pLastMsg && (pLastMsg != &m_sMsgCtxt || sLine != "\"" + m_sReference + "\"") ) { - if ( pLastMsg != &m_sMsgCtxt || sLine != "\"" + m_sReference + "\\n\"" ) - { - *pLastMsg += lcl_GenNormString(sLine); - } + *pLastMsg += lcl_GenNormString(sLine); } else break; |