diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-29 00:55:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-29 00:55:02 +0300 |
commit | 8f5bec5eeba8f72691c4566575c548216ce1f961 (patch) | |
tree | 1131a55c0e7702f8d94445ca06d3f1dfc12f1131 /data/help/tips/CMakeLists.txt | |
parent | 295bd10101a7f22f5418bd5ae4e48700ee4a10fd (diff) | |
download | manaplus-8f5bec5eeba8f72691c4566575c548216ce1f961.tar.gz manaplus-8f5bec5eeba8f72691c4566575c548216ce1f961.tar.bz2 manaplus-8f5bec5eeba8f72691c4566575c548216ce1f961.tar.xz manaplus-8f5bec5eeba8f72691c4566575c548216ce1f961.zip |
Add new 4 tips.
Also fix previous button in did you know window.
Diffstat (limited to 'data/help/tips/CMakeLists.txt')
-rw-r--r-- | data/help/tips/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt index 44195aacb..e779e8f5b 100644 --- a/data/help/tips/CMakeLists.txt +++ b/data/help/tips/CMakeLists.txt @@ -16,6 +16,9 @@ SET(FILES 13.txt 14.txt 15.txt + 16.txt + 17.txt + 18.txt ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips) |