aboutsummaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-latexEmtexOp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgfe/files/patch-latexEmtexOp.cpp')
-rw-r--r--math/xgfe/files/patch-latexEmtexOp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/xgfe/files/patch-latexEmtexOp.cpp b/math/xgfe/files/patch-latexEmtexOp.cpp
index aae40c8c4858..06979ac32778 100644
--- a/math/xgfe/files/patch-latexEmtexOp.cpp
+++ b/math/xgfe/files/patch-latexEmtexOp.cpp
@@ -8,9 +8,9 @@ diff -u latexEmtexOp.cpp.orig latexEmtexOp.cpp
- string font = FontList->currentText();
- string size = FontSizeList->currentText();
- string otherSize = FontSizeOther->text();
-+ string font = string(FontList->currentText());
-+ string size = string(FontSizeList->currentText());
-+ string otherSize = string(FontSizeOther->text());
++ string font = FontList->currentText().ascii();
++ string size = FontSizeList->currentText().ascii();
++ string otherSize = FontSizeOther->text().ascii();
gnuInt->setTermLateXEmtexFont(font);