]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/lilypond-book.py (option_definitions): Don't localize
authormatsb <matsb>
Tue, 16 Aug 2005 11:24:10 +0000 (11:24 +0000)
committermatsb <matsb>
Tue, 16 Aug 2005 11:24:10 +0000 (11:24 +0000)
the empty string. Fixes bug when --psfonts was used with
non-English locale.

ChangeLog
scripts/lilypond-book.py

index d6d47d43e14368fa500c834a9196c43ae8d49acc..a63eac0aafaef5b9aa871beec9fd7f8a99f5ad06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * 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  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * Documentation/user/advanced-notation.itely (Instrument names):
index ccc873c41c36e8b5556ed93bda1972b6a9ffe03b..01978dbbaaa4cdb843d7915dc6bab7f74769be47 100644 (file)
@@ -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',