From: <ai...@us...> - 2014-02-12 22:43:43
|
Revision: 13009 http://sourceforge.net/p/plplot/code/13009 Author: airwin Date: 2014-02-12 22:43:39 +0000 (Wed, 12 Feb 2014) Log Message: ----------- One additional website tweak Modified Paths: -------------- trunk/www/examples.php Modified: trunk/www/examples.php =================================================================== --- trunk/www/examples.php 2014-02-12 22:19:33 UTC (rev 13008) +++ trunk/www/examples.php 2014-02-12 22:43:39 UTC (rev 13009) @@ -180,7 +180,7 @@ END; switch($lbind) { - case ("Ada(thick)"): $fname = "xthick" . $demo_str . "a.adb.txt-"; break; + case ("Ada(thick)"): $fname = "xthick" . $demo_str . "a.adb.txt"; break; case ("Ada(thin)"): $fname = "x" . $demo_str . "a.adb.txt"; break; case ("C"): $fname = "x" . $demo_str . "c.c.txt"; break; case ("C++"):$fname = "x" . $demo_str . ".cc.txt"; break; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |