~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/utils/translation/poparser.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    if (mReadingStr)
134
134
        return false;
135
135
 
136
 
    const std::string msgId1 = "msgid \"";
 
136
    const std::string msgId1("msgid \"");
137
137
 
138
138
    // check if in reading process
139
139
    if (mReadingId)
175
175
 
176
176
bool PoParser::readMsgStr()
177
177
{
178
 
    const std::string msgStr1 = "msgstr \"";
 
178
    const std::string msgStr1("msgstr \"");
179
179
 
180
180
    // check if in reading process
181
181
    if (mReadingStr)