$NetBSD$

--- ticsLevel.cpp.orig	1998-07-22 20:31:07.000000000 -0600
+++ ticsLevel.cpp
@@ -55,7 +55,7 @@ void ticsLevel::setGnuInterface(gnuInter
 
 void ticsLevel::setTicsLevel()
 {
-  string level = ticsLevelEdit->text();
+  string level = ticsLevelEdit->text().ascii();
 
   gnuInt->setTicsLevel(level);
   
