Revision: 8820
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8820&view=rev
Author:   mdboom
Date:     2010-12-09 17:26:54 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
Fixed error message in Agg backend.

Modified Paths:
--------------
    branches/v1_0_maint/src/_backend_agg.cpp

Modified: branches/v1_0_maint/src/_backend_agg.cpp
===================================================================
--- branches/v1_0_maint/src/_backend_agg.cpp    2010-12-09 17:25:11 UTC (rev 
8819)
+++ branches/v1_0_maint/src/_backend_agg.cpp    2010-12-09 17:26:54 UTC (rev 
8820)
@@ -554,7 +554,7 @@
     }
     catch (Py::TypeError)
     {
-        throw Py::TypeError("Invalid input arguments to draw_text_image");
+        throw Py::TypeError("Invalid input arguments to restore_region2");
     }
 
 


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

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to