diff options
Diffstat (limited to 'math/xgfe/files/patch-latexEmtexOp.cpp')
-rw-r--r-- | math/xgfe/files/patch-latexEmtexOp.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/math/xgfe/files/patch-latexEmtexOp.cpp b/math/xgfe/files/patch-latexEmtexOp.cpp deleted file mode 100644 index 06979ac32778..000000000000 --- a/math/xgfe/files/patch-latexEmtexOp.cpp +++ /dev/null @@ -1,16 +0,0 @@ -diff -u latexEmtexOp.cpp.orig latexEmtexOp.cpp ---- latexEmtexOp.cpp.orig Tue May 19 03:20:25 1998 -+++ latexEmtexOp.cpp Thu Oct 30 21:42:04 2003 -@@ -71,9 +71,9 @@ - void latexEmtexOp::setTerm() - { - // set options -- string font = FontList->currentText(); -- string size = FontSizeList->currentText(); -- string otherSize = FontSizeOther->text(); -+ string font = FontList->currentText().ascii(); -+ string size = FontSizeList->currentText().ascii(); -+ string otherSize = FontSizeOther->text().ascii(); - - gnuInt->setTermLateXEmtexFont(font); - |