$NetBSD$

--- boxWidthOp.cpp.orig	1998-05-30 15:51:13.000000000 -0600
+++ boxWidthOp.cpp
@@ -57,7 +57,7 @@ void boxWidthOp::setGnuInterface(gnuInte
 
 void boxWidthOp::setBoxWidth()
 {
-  string width = boxWidthEdit->text();
+  string width = boxWidthEdit->text().ascii();
   
   gnuInt->setBoxWidth(width);
 
