CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Mats Bengtsson <[EMAIL PROTECTED]>      05/08/16 11:22:41

Modified files:
        .              : ChangeLog 
        scripts        : lilypond-book.py 

Log message:
        * scripts/lilypond-book.py (option_definitions): Don't localize
        the empty string. Fixes bug when --psfonts was used with
        non-English locale.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4015&tr2=1.4016&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?tr1=1.269&tr2=1.270&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4015 lilypond/ChangeLog:1.4016
--- lilypond/ChangeLog:1.4015   Tue Aug 16 10:13:17 2005
+++ lilypond/ChangeLog  Tue Aug 16 11:22:40 2005
@@ -1,3 +1,9 @@
+2005-08-16  Mats Bengtsson  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
 
        * lily/tuplet-bracket.cc: simple build fix.
Index: lilypond/scripts/lilypond-book.py
diff -u lilypond/scripts/lilypond-book.py:1.269 
lilypond/scripts/lilypond-book.py:1.270
--- lilypond/scripts/lilypond-book.py:1.269     Wed Jul 13 08:07:48 2005
+++ lilypond/scripts/lilypond-book.py   Tue Aug 16 11:22:40 2005
@@ -95,7 +95,7 @@
          _ ("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',


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to