diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-10 15:13:53 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-10 15:13:53 +0000 |
commit | 7f1faf609aba36317b49df97b31d0c21e505af12 (patch) | |
tree | eb86a1c734c499cef72dcee0ae5005a538e5c819 /src/gui/browserbox.cpp | |
parent | 15b70d6b622ae2ba3cc4a605da20d307c13c1d76 (diff) | |
download | mana-7f1faf609aba36317b49df97b31d0c21e505af12.tar.gz mana-7f1faf609aba36317b49df97b31d0c21e505af12.tar.bz2 mana-7f1faf609aba36317b49df97b31d0c21e505af12.tar.xz mana-7f1faf609aba36317b49df97b31d0c21e505af12.zip |
Pajarico added more international characters to the fixed font and rpg font.
Diffstat (limited to 'src/gui/browserbox.cpp')
-rw-r--r-- | src/gui/browserbox.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp index 9a8aed34..973f9251 100644 --- a/src/gui/browserbox.cpp +++ b/src/gui/browserbox.cpp @@ -57,7 +57,8 @@ BrowserBox::BrowserBox(unsigned int mode): "graphics/gui/browserfont.png", " abcdefghijklmnopqrstuvwxyz" "ABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" - "89:@!\"$%&/=?^+*#[]{}()<>_;'.,\\|-~`"); + "89:@!\"$%&/=?^+*#[]{}()<>_;'.,\\|-~`" + "øåáÁéÉíÍóÓúÚç_¥£¢¡¿àãõêñÑöüäÖÜÄß"); } else #endif { |