diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-09 20:28:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-09 20:28:03 +0300 |
commit | 252f04e191d5fd754122db195dd2bffe38858a74 (patch) | |
tree | ac5bfd6b6c6e204d3acb03d9a5a2077ced5490b2 /data/help/tips/Makefile.am | |
parent | f80a1b2de6ec5a09c2116eadd07b34265c473946 (diff) | |
download | plus-252f04e191d5fd754122db195dd2bffe38858a74.tar.gz plus-252f04e191d5fd754122db195dd2bffe38858a74.tar.bz2 plus-252f04e191d5fd754122db195dd2bffe38858a74.tar.xz plus-252f04e191d5fd754122db195dd2bffe38858a74.zip |
Add more texts to "did you know" window.
Diffstat (limited to 'data/help/tips/Makefile.am')
-rw-r--r-- | data/help/tips/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/help/tips/Makefile.am b/data/help/tips/Makefile.am index 1c7e6550e..626577881 100644 --- a/data/help/tips/Makefile.am +++ b/data/help/tips/Makefile.am @@ -9,7 +9,8 @@ helptips_DATA = \ 3.txt \ 4.txt \ 5.txt \ - 6.txt + 6.txt \ + 7.txt EXTRA_DIST = \ $(helptips_DATA) \ |