aboutsummaryrefslogtreecommitdiffstats
path: root/math/xgfe/files/patch-boxWidthOp.cpp
blob: dbcbabc7bbeb21902d417b68b893358f6ef371da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u boxWidthOp.cpp.orig boxWidthOp.cpp
--- boxWidthOp.cpp.orig Sat May 30 23:51:13 1998
+++ boxWidthOp.cpp  Thu Oct 30 21:42:04 2003
@@ -57,7 +57,7 @@
 
 void boxWidthOp::setBoxWidth()
 {
-  string width = boxWidthEdit->text();
+  string width = boxWidthEdit->text().ascii();
   
   gnuInt->setBoxWidth(width);