diff options
Diffstat (limited to 'math/xgfe/files/patch-xgfeMainData.cpp')
-rw-r--r-- | math/xgfe/files/patch-xgfeMainData.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/math/xgfe/files/patch-xgfeMainData.cpp b/math/xgfe/files/patch-xgfeMainData.cpp index 852e4c6b84d9..2ee032e3cafa 100644 --- a/math/xgfe/files/patch-xgfeMainData.cpp +++ b/math/xgfe/files/patch-xgfeMainData.cpp @@ -1,4 +1,3 @@ -diff -u xgfeMainData.cpp.orig xgfeMainData.cpp --- xgfeMainData.cpp.orig Thu Oct 30 21:54:58 2003 +++ xgfeMainData.cpp Thu Oct 30 21:42:04 2003 @@ -34,10 +34,13 @@ @@ -17,3 +16,12 @@ diff -u xgfeMainData.cpp.orig xgfeMainData.cpp ) : Inherited( parent, name, TRUE, WStyle_Customize | WStyle_NormalBorder +@@ -973,7 +976,7 @@ + + if (!f.isEmpty()) + { +- temp = f; ++ temp = f.ascii(); + gnuInt->setOutput(temp); + outputLabel->setText(f); + } |