changeset 79:fccfbcbb06e4

calc: Old script name had been left in the startup message, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Sep 2011 18:36:55 +0300
parents 2257992abd2f
children 3eb07f55bf86
files calc.tcl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/calc.tcl	Sun Sep 11 18:35:22 2011 +0300
+++ b/calc.tcl	Sun Sep 11 18:36:55 2011 +0300
@@ -18,7 +18,8 @@
 ##########################################################################
 # No need to look below this line
 ##########################################################################
-set calc_message "Laske v0.4 by ccr/TNSP"
+set calc_message "Calc v0.4 by ccr/TNSP"
+
 #set calc_reps [split "\$|| ||^|**|pi|3.14159265|e|2.71828183" "|"]
 set calc_reps [split "\$||\;||^|**|pi|3.141592653589793238|PI|3.141592653589793238|e|2.71828183" "|"]