summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-09-26 18:09:31 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-09-26 18:09:31 +0000
commit96cd54889ccfc98170e9e790e3179ad90c93eaf7 (patch)
treec4f7bce102154dddc6c2fdb71c7318eacb347f5c /src/gui/gui.cpp
parent41f57120092aaa4bdd061f54838728daba096a8f (diff)
downloadmana-96cd54889ccfc98170e9e790e3179ad90c93eaf7.tar.gz
mana-96cd54889ccfc98170e9e790e3179ad90c93eaf7.tar.bz2
mana-96cd54889ccfc98170e9e790e3179ad90c93eaf7.tar.xz
mana-96cd54889ccfc98170e9e790e3179ad90c93eaf7.zip
upcase bugfixes for gui-related things
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 93bc3188..022d0ece 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -61,7 +61,7 @@ void init_gui(BITMAP *bitmap, const char *skin) {
gui_bitmap = bitmap;
gui_load_skin(skin);
//alfont_init();
- gui_font = alfont_load_font("./data/skin/arial.ttf");
+ gui_font = alfont_load_font("./data/Skin/arial.ttf");
alfont_set_font_size(gui_font, 14);
drag = false;
show_mouse(NULL);