summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-03-15 16:21:04 -0600
committerJared Adams <jaxad0127@gmail.com>2010-03-15 19:29:06 -0600
commit0698461bd4001c6a1e3be1d755b3ebbafe229d42 (patch)
treef4e7767d141c0dc91ff4277174e3200782d4c7d4 /src/gui/theme.cpp
parent7229426c63ce7bd40f509c26b4bdf4c12a5ba5f2 (diff)
downloadmana-0698461bd4001c6a1e3be1d755b3ebbafe229d42.tar.gz
mana-0698461bd4001c6a1e3be1d755b3ebbafe229d42.tar.bz2
mana-0698461bd4001c6a1e3be1d755b3ebbafe229d42.tar.xz
mana-0698461bd4001c6a1e3be1d755b3ebbafe229d42.zip
Fix some branding issues
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 1841f8d9..4e0090e9 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -40,7 +40,7 @@
#include <algorithm>
-#define GUI_ROOT "graphics/gui"
+#define GUI_ROOT "graphics/gui/"
std::string Theme::mThemePath;
Theme *Theme::mInstance = 0;