Skip to content

Commit

Permalink
changed: POUtils to parse modified PO file format
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwww1 committed May 20, 2012
1 parent 366a1f4 commit af73c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/utils/POUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ bool CPODocument::GetNextEntry()

if (FindLineStart ("\nmsgid ", m_Entry.msgID.Pos))
{
if (FindLineStart ("\n#: id:", m_Entry.xIDPos) && ParseNumID())
if (FindLineStart ("\nmsgctxt \"#", m_Entry.xIDPos) && ParseNumID())
{
m_Entry.Type = ID_FOUND; // we found an entry with a valid numeric id
return true;
Expand Down

0 comments on commit af73c6f

Please sign in to comment.