diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-09 12:48:00 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-09 12:52:49 +0100 |
commit | d4c13acaabd37dd9a7026881bc69e0fa64524536 (patch) | |
tree | bcd935c02524ad87640343490cf09c40722ed96e /l10ntools/source | |
parent | e4b99f5d445903e1309c301cc327d2dfb23d8d71 (diff) |
not stop localize, just ignore invalid po entries
Change-Id: I8bd987ec0f2bd4a886a14d38d7b7ba354abd2f06
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/localize.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index af61293bf979..55dcda2cf2fe 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -282,7 +282,6 @@ void handleCommand( << "'s output is invalid:\n" << sLine.replaceAll("\t","\\t").getStr() << endl; - throw false; //TODO } } getline(in, s); |