diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-13 13:13:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-13 13:13:23 +0300 |
commit | 63c7c0bca65489b3f4ce29ffca05d638858c7e19 (patch) | |
tree | aa51f6dacecafd648235dc6760dc1aa5ec1dae91 /data | |
parent | 39dbb74b3f1adc7d28c1a8ba9bb633afbf745b6b (diff) | |
download | plus-63c7c0bca65489b3f4ce29ffca05d638858c7e19.tar.gz plus-63c7c0bca65489b3f4ce29ffca05d638858c7e19.tar.bz2 plus-63c7c0bca65489b3f4ce29ffca05d638858c7e19.tar.xz plus-63c7c0bca65489b3f4ce29ffca05d638858c7e19.zip |
Fix incorrect file name in cmake scripts.
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/enchilado/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/themes/enchilado/CMakeLists.txt b/data/themes/enchilado/CMakeLists.txt index 33b0d0092..696b6d184 100644 --- a/data/themes/enchilado/CMakeLists.txt +++ b/data/themes/enchilado/CMakeLists.txt @@ -5,7 +5,7 @@ SET (FILES quests.xml sell.xml server.xml - shops.xml + shop.xml window.png window.xml world.xml |