summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-31 21:12:38 +0000
committerIra Rice <irarice@gmail.com>2008-10-31 21:12:38 +0000
commitb28c963a566f685f71c3c404099fe7c65bfa0a70 (patch)
tree670d5d9a94a2eee2899d2f6376d66e94aaeb1177 /src/gui/gui.cpp
parentc22fc71adacaf6222f7e6fb70f83758298f25904 (diff)
downloadmana-client-b28c963a566f685f71c3c404099fe7c65bfa0a70.tar.gz
mana-client-b28c963a566f685f71c3c404099fe7c65bfa0a70.tar.bz2
mana-client-b28c963a566f685f71c3c404099fe7c65bfa0a70.tar.xz
mana-client-b28c963a566f685f71c3c404099fe7c65bfa0a70.zip
Added a text patch done on TMW to increase the number of characters
supported (done by vargavind), as well as changing the effect used for critical updates (change of opinion on what looks better).
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 6d70d532..e386a85c 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -114,7 +114,7 @@ Gui::Gui(Graphics *graphics):
try {
mGuiFont = new gcn::ImageFont("graphics/gui/sansserif8.png",
" !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ["
- "\\]^_`abcdefghijklmnopqrstuvwxyz{|}~|"
+ "\\]^_`abcdefghijklmnopqrstuvwxyz{|}~|áÁéÉßøèÈ"
);
}
catch (gcn::Exception e)