aboutsummaryrefslogtreecommitdiffstats
path: root/math/xgfe/files/patch-barOp.cpp
blob: 3898f4ecd178dd53b1dd15b3870d3fd800f0017e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- barOp.cpp.orig  Thu May  7 07:46:39 1998
+++ barOp.cpp   Thu Oct 30 21:42:04 2003
@@ -59,7 +59,7 @@
 
 void barOp::setBarOption()
 {
-  string barSize = barSizeEdit->text();
+  string barSize = barSizeEdit->text().ascii();
   
   if (barSize != "")
   {
@@ -67,7 +67,7 @@
   }
   else
   {
-    barSize = synList->currentText();
+    barSize = synList->currentText().ascii();
     gnuInt->setBarSizeOption(barSize);
   }