summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-funcLegendTitle.cpp
blob: 18a4130a4f78647ce639f9f0767002c60a0fb339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u funcLegendTitle.cpp.orig funcLegendTitle.cpp
--- funcLegendTitle.cpp.orig	Sat Mar 21 04:24:42 1998
+++ funcLegendTitle.cpp	Thu Oct 30 21:42:04 2003
@@ -44,7 +44,7 @@
 
 void funcLegendTitle::setFuncLegendTitleOK()
 {
-  string title = funcLegendTitleEdit->text();
+  string title = funcLegendTitleEdit->text().ascii();
   gnuInt->setFuncLegendTitle(title);
 
   if (defaultCButton->isChecked() == TRUE)