diff options
author | joye <joye> | 2014-05-20 18:24:00 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-20 18:24:00 (GMT) |
commit | b8968fb771ec905f3dd6d9de54fe96478b9c46b3 (patch) | |
tree | 41c3fd6323d23af1470ddb26a366cc06615ac0bd /tests/bargraph.tcl | |
parent | 9cd94eac6c4d0bf60a32daa15b769d45881a56dd (diff) | |
download | blt-b8968fb771ec905f3dd6d9de54fe96478b9c46b3.zip blt-b8968fb771ec905f3dd6d9de54fe96478b9c46b3.tar.gz blt-b8968fb771ec905f3dd6d9de54fe96478b9c46b3.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/bargraph.tcl')
-rw-r--r-- | tests/bargraph.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl index 34f320e..66e62c7 100644 --- a/tests/bargraph.tcl +++ b/tests/bargraph.tcl @@ -3,7 +3,7 @@ source base.tcl set w .bar set graph [bltBarGraph $w] -echo "Testing BarGraph..." +echo "Testing Bar Graph..." # Graph bltTest $graph -aspect 2 |