The branch, master, has been updated. - Log -----------------------------------------------------------------
commit ee95471dd9fe4c146e6c6226f314ba5aeff2e8f5 Author: Juergen Spitzmueller <[email protected]> Date: Mon Dec 31 15:30:32 2012 +0100 fix caption layout detection diff --git a/po/lyx_pot.py b/po/lyx_pot.py index 8f694a8..21d4c74 100755 --- a/po/lyx_pot.py +++ b/po/lyx_pot.py @@ -291,7 +291,6 @@ def layouts_l10n(input_files, output, base, layouttranslations): if m: if not layouttranslations: writeString(out, src, base, lineno, m.group(1)) - continue m = CaptionCheck.search(string) if m: if not layouttranslations: ----------------------------------------------------------------------- Summary of changes: po/lyx_pot.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
