$NetBSD: patch-az,v 1.1.1.1 2005/02/25 21:00:02 daprice Exp $

--- 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);
   
