summaryrefslogtreecommitdiffstats
path: root/charselectapplet
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-23 00:36:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-23 00:36:44 -0500
commit75aa2968f0f163de99d20d15ca7eb9accc5c0102 (patch)
tree885dbe1b6a68e57067b77e5dd0714a286b9c1b1b /charselectapplet
parent359294c33620c8328d61f67635046d7cc060530c (diff)
downloadtdeutils-75aa2968f0f163de99d20d15ca7eb9accc5c0102.tar.gz
tdeutils-75aa2968f0f163de99d20d15ca7eb9accc5c0102.zip
Fix incorrect characters.
Diffstat (limited to 'charselectapplet')
-rw-r--r--charselectapplet/charselectapplet.cpp2
1 files changed, 1 insertions, 1 deletions
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);