From: <ai...@us...> - 2012-10-27 05:34:20
|
Revision: 12257 http://plplot.svn.sourceforge.net/plplot/?rev=12257&view=rev Author: airwin Date: 2012-10-27 05:34:13 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Tweak wording. Modified Paths: -------------- trunk/src/plmap.c Modified: trunk/src/plmap.c =================================================================== --- trunk/src/plmap.c 2012-10-25 17:36:06 UTC (rev 12256) +++ trunk/src/plmap.c 2012-10-27 05:34:13 UTC (rev 12257) @@ -347,7 +347,7 @@ free( filename ); free( warning ); #else // defined (HAVE_SHAPELIB) || defined (PL_DEPRECATED) - plwarn( "Use of the old plplot map file format is deprecated.\nIt is recommended that the shapelib library is used to provide map support.\n" ); + plwarn( "Use of the old plplot map file format is deprecated.\nIt is recommended that the shapelib library be used to provide map support.\n" ); #endif // defined (HAVE_SHAPELIB) || defined (PL_DEPRECATED) } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |