Attempting to work around fprintf(... "%f" ...) localization in PS printing.

This commit is contained in:
William Kendrick 2007-07-18 00:56:50 +00:00
parent 21ea42f38f
commit dccaf7eff2
2 changed files with 25 additions and 5 deletions

View file

@ -103,6 +103,11 @@ $Id$
* Improved comments near gettext() calls in the source code, to provide
useful descriptions of each string in the POT (translation template).
* Bug Fixes
---------
* PostScript scale and translation values were being localized
(so, e.g., "N.M" would be "N,M") due to use of printf(). Fixed.
2007.July.1 (0.9.17)