summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-funcLegendTitle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgfe/files/patch-funcLegendTitle.cpp')
-rw-r--r--math/xgfe/files/patch-funcLegendTitle.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/xgfe/files/patch-funcLegendTitle.cpp b/math/xgfe/files/patch-funcLegendTitle.cpp
deleted file mode 100644
index 18a4130a4f78..000000000000
--- a/math/xgfe/files/patch-funcLegendTitle.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-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)