diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-09-04 11:12:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-09-04 11:23:16 +0900 |
commit | 832b93fe1926be59ac8b494b05fdc01ad26ed14f (patch) | |
tree | e5ac6c7e4b44c7998b55970242586032236c5393 /cervisia | |
parent | 6fc5306d14f550c48e4df2a2105643926324f861 (diff) | |
download | tdesdk-832b93fe1926be59ac8b494b05fdc01ad26ed14f.tar.gz tdesdk-832b93fe1926be59ac8b494b05fdc01ad26ed14f.zip |
Removed .lsm files. lsm database is outdated and unmaintained.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cervisia')
-rw-r--r-- | cervisia/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/ChangeLog b/cervisia/ChangeLog index e1af7530..374301f1 100644 --- a/cervisia/ChangeLog +++ b/cervisia/ChangeLog @@ -844,7 +844,7 @@ cd cervisia cvs add -kb *.png cvs add Makefile.am README TODO .cvsignore ChangeLog LICENSE.QPL \ - cervisia.lsm *.cpp *.h *.rc + *.cpp *.h *.rc ======================================== @@ -853,7 +853,7 @@ * Added support for KDE/Qt 3. At the moment I've just made the minimum set of changes required to make it compile. Qt 2.x is still supported of course. - * Moved README, TODO, ChangeLog, cervisia.lsm and LICENSE.QPL to + * Moved README, TODO, ChangeLog and LICENSE.QPL to the main source directory. * Moved version string from configure.in.in to version.h * Updated version string |