From 75aa2968f0f163de99d20d15ca7eb9accc5c0102 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 23 May 2013 00:36:44 -0500 Subject: Fix incorrect characters. --- kcalc/kcalc_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcalc/kcalc_button.cpp') diff --git a/kcalc/kcalc_button.cpp b/kcalc/kcalc_button.cpp index dd62821..058ff0e 100644 --- a/kcalc/kcalc_button.cpp +++ b/kcalc/kcalc_button.cpp @@ -151,7 +151,7 @@ void KSquareButton::paintLabel(TQPainter *paint) paint->drawLine(w2 + 27, 1 + h2, w2 + 27, 4 + h2); // add a three for the cube root if (_mode_flags & ModeInverse) { - paint->drawText(w2-2, 9 + h2, TQString("�")); + paint->drawText(w2-2, 9 + h2, TQString("³")); } } -- cgit v1.2.3