summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-18 13:00:57 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-18 13:00:57 +0000
commit6f44dd9fd801bf279034f5cebb5dc83c8a504799 (patch)
treebd3d95d197701c7304e886af9c710cb58dfbfed7 /src
parentb7fd8b69703e137a03794cc6e65f5f1e9eafbe0c (diff)
downloadmana-client-6f44dd9fd801bf279034f5cebb5dc83c8a504799.tar.gz
mana-client-6f44dd9fd801bf279034f5cebb5dc83c8a504799.tar.bz2
mana-client-6f44dd9fd801bf279034f5cebb5dc83c8a504799.tar.xz
mana-client-6f44dd9fd801bf279034f5cebb5dc83c8a504799.zip
Added support for @!"$%&/=?^+*#[]{}()<>_;'., in the fixed font.
Diffstat (limited to 'src')
-rw-r--r--src/gui/gui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 424ac393..273d4c7d 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -88,7 +88,8 @@ void init_gui(BITMAP *bitmap, const char *skin) {
gui->setInput(guiInput);
gui->setTop(guiTop);
guiFont = new gcn::ImageFont("./data/graphic/fixedfont.bmp",
- " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789:"
+ " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789:@"
+ "!\"$%&/=?^+*#[]{}()<>_;'.,"
);
gcn::Widget::setGlobalFont(guiFont);