aboutsummaryrefslogtreecommitdiffstats
path: root/math/xgfe/files/patch-ticsLevel.cpp
blob: 67d12d558608c2e2640caa983d1ac938ed6e4103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u ticsLevel.cpp.orig ticsLevel.cpp
--- ticsLevel.cpp.orig  Thu Jul 23 04:31:07 1998
+++ ticsLevel.cpp   Thu Oct 30 21:42:04 2003
@@ -55,7 +55,7 @@
 
 void ticsLevel::setTicsLevel()
 {
-  string level = ticsLevelEdit->text();
+  string level = ticsLevelEdit->text().ascii();
 
   gnuInt->setTicsLevel(level);