diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-07 23:12:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-09 18:54:45 +0300 |
commit | 352409f22230698bc32661b916f708663a4179b5 (patch) | |
tree | ae61ad48814a076ae5f32137c297fc1b3198ab7c /data/help/tips/CMakeLists.txt | |
parent | 59ce7917ffb4e6b89593a54fed590d439585ae5f (diff) | |
download | plus-352409f22230698bc32661b916f708663a4179b5.tar.gz plus-352409f22230698bc32661b916f708663a4179b5.tar.bz2 plus-352409f22230698bc32661b916f708663a4179b5.tar.xz plus-352409f22230698bc32661b916f708663a4179b5.zip |
Add "did you know?" dialog and some messages for it.
Fix browserbox images position and size.
Diffstat (limited to 'data/help/tips/CMakeLists.txt')
-rw-r--r-- | data/help/tips/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt new file mode 100644 index 000000000..b0b1b7947 --- /dev/null +++ b/data/help/tips/CMakeLists.txt @@ -0,0 +1,12 @@ +SET(FILES + 1.txt + 1-1.jpg + 1-2.jpg + 2.txt + 3.txt + 4.txt + 5.txt + 6.txt + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips) |