diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-07-11 20:05:44 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-07-11 20:05:44 +0200 |
commit | abde0f51b3062c158fb52e9dfff23d21d3be03d1 (patch) | |
tree | 4af561ea9e8cd3f7f981cce9817cf57f3e353787 /data | |
parent | 93e1a2a9e5f379945a6efb24598319b605be1dfa (diff) | |
download | mana-client-abde0f51b3062c158fb52e9dfff23d21d3be03d1.tar.gz mana-client-abde0f51b3062c158fb52e9dfff23d21d3be03d1.tar.bz2 mana-client-abde0f51b3062c158fb52e9dfff23d21d3be03d1.tar.xz mana-client-abde0f51b3062c158fb52e9dfff23d21d3be03d1.zip |
Made the different hard-coded paths and files be now taken from the
data/paths.xml configuration file.
Also added default gui theme path in branding and default wallpaper path
and file searched respectively in the branding and paths.xml files.
Hard-coded values are still used as fallbacks.
Resolves: Manasource Mantis #148.
Reviewed-by: jaxad0127.
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/sprites/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/sprites/CMakeLists.txt b/data/graphics/sprites/CMakeLists.txt index 1d98772d..db0c4087 100644 --- a/data/graphics/sprites/CMakeLists.txt +++ b/data/graphics/sprites/CMakeLists.txt @@ -3,4 +3,4 @@ SET(FILES error.xml ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprits) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites) |