summaryrefslogtreecommitdiffstats
path: root/charselectapplet/charselectapplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'charselectapplet/charselectapplet.cpp')
-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);