Revision: 3721
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3721&view=rev
Author:   mdboom
Date:     2007-08-21 08:13:49 -0700 (Tue, 21 Aug 2007)

Log Message:
-----------
Fix capitalization of "Pdf", which must match that in matplotlib/__init__.py

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/config/mpltraits.py

Modified: trunk/matplotlib/lib/matplotlib/config/mpltraits.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/config/mpltraits.py 2007-08-20 18:52:38 UTC 
(rev 3720)
+++ trunk/matplotlib/lib/matplotlib/config/mpltraits.py 2007-08-21 15:13:49 UTC 
(rev 3721)
@@ -30,7 +30,7 @@
                 'agg': 'Agg',
                 'cairo': 'Cairo',
                 'ps': 'PS',
-                'pdf': 'PDF',
+                'pdf': 'Pdf',
                 'svg': 'SVG',
                 'template': 'Template' }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to