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. --- charselectapplet/charselectapplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charselectapplet') diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp index 368f311..9730560 100644 --- a/charselectapplet/charselectapplet.cpp +++ b/charselectapplet/charselectapplet.cpp @@ -64,7 +64,7 @@ CharSelectApplet::CharSelectApplet(const TQString& configFile, Type type, int ac c->setGroup("General"); cell_width = c->readNumEntry("CellWidth", cell_width); cell_height = c->readNumEntry("CellHeight", cell_height); - TQString characters = c->readEntry("Characters", "������ߩ��"); + TQString characters = c->readEntry("Characters", "ÄäÖöÜüß©®§"); // setup layout TQHBoxLayout *_layout = new TQHBoxLayout(this); -- cgit v1.2.1