|
From: <arj...@us...> - 2013-11-22 13:32:48
|
Revision: 12738
http://sourceforge.net/p/plplot/code/12738
Author: arjenmarkus
Date: 2013-11-22 13:32:42 +0000 (Fri, 22 Nov 2013)
Log Message:
-----------
Run the full set of examples
Modified Paths:
--------------
trunk/examples/tk/runAllDemos.tcl
Modified: trunk/examples/tk/runAllDemos.tcl
===================================================================
--- trunk/examples/tk/runAllDemos.tcl 2013-11-22 13:21:08 UTC (rev 12737)
+++ trunk/examples/tk/runAllDemos.tcl 2013-11-22 13:32:42 UTC (rev 12738)
@@ -88,7 +88,7 @@
}
}
-for {set i 1} {$i <= 19} {incr i} {
+for {set i 0} {$i <= 33} {incr i} {
set demo x[format "%02d" $i]
button .b$i -text "Demo $i" -command [list run $demo]
lappend demos $demo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|