diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:36:44 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:36:44 -0500 |
commit | 75aa2968f0f163de99d20d15ca7eb9accc5c0102 (patch) | |
tree | 885dbe1b6a68e57067b77e5dd0714a286b9c1b1b /charselectapplet/charselectapplet.cpp | |
parent | 359294c33620c8328d61f67635046d7cc060530c (diff) | |
download | tdeutils-75aa2968f0f163de99d20d15ca7eb9accc5c0102.tar.gz tdeutils-75aa2968f0f163de99d20d15ca7eb9accc5c0102.zip |
Fix incorrect characters.
Diffstat (limited to 'charselectapplet/charselectapplet.cpp')
-rw-r--r-- | charselectapplet/charselectapplet.cpp | 2 |
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); |