From: Mats Bengtsson Date: Tue, 16 Aug 2005 11:22:40 +0000 (+0000) Subject: * scripts/lilypond-book.py (option_definitions): Don't localize X-Git-Tag: release/2.7.6~42 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=68e7fa2aba04babc482a6789b9665b9ef75b33df;p=lilypond.git * scripts/lilypond-book.py (option_definitions): Don't localize the empty string. Fixes bug when --psfonts was used with non-English locale. --- diff --git a/ChangeLog b/ChangeLog index eb8df1374c..6283b04bb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-16 Mats Bengtsson + + * scripts/lilypond-book.py (option_definitions): Don't localize + the empty string. Fixes bug when --psfonts was used with + non-English locale. + 2005-08-15 Graham Percival * lily/tuplet-bracket.cc: simple build fix. diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index c21f0e3f53..116d5a07ca 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -95,7 +95,7 @@ option_definitions = [ _ ("write output to DIR")), (_ ("COMMAND"), 'P', 'process', _ ("process ly_files using COMMAND FILE...")), - (_(''), '', 'psfonts', + ('', '', 'psfonts', _ ('''extract all PostScript fonts into INPUT.psfonts for LaTeX must use this with dvips -h INPUT.psfonts''')), ('', 'V', 'verbose',