]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/lilypond-book.py (option_definitions): Don't localize
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 16 Aug 2005 11:22:40 +0000 (11:22 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 16 Aug 2005 11:22:40 +0000 (11:22 +0000)
the empty string. Fixes bug when --psfonts was used with
non-English locale.

ChangeLog
scripts/lilypond-book.py

index eb8df1374c3e6fd202a4e471ed6063b60667902c..6283b04bb9636cc480bdaaf934e04884248b223e 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  Graham Percival  <gpermus@gmail.com>
 
        * lily/tuplet-bracket.cc: simple build fix.
index c21f0e3f53a924616d10d324b75100da136810f3..116d5a07ca1e5346754f38f4e26002fe57aad2fb 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',