From 0fddfcfebb4c17b7613e3b313fbbca42b8b93b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 6 Dec 2010 08:38:25 +0000 Subject: [PATCH] fix substkeyword references svn: r16253 --- po/POTFILES.skip | 2 +- src/Makefile.am | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 54d6ca486..508e7d0bf 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -17,7 +17,6 @@ src/ManagedWindow.py src/RecentFiles.py src/Sort.py src/soundex.py -src/SubstKeywords.py src/ThumbNails.py src/TreeTips.py @@ -279,6 +278,7 @@ src/plugins/lib/libhtml.py src/plugins/lib/libhtmlbackend.py src/plugins/lib/libmapservice.py src/plugins/lib/libodfbackend.py +src/plugins/lib/libsubstkeyword.py # plugins/import directory src/plugins/import/ImportSql.py diff --git a/src/Makefile.am b/src/Makefile.am index 4fbe5c3b5..de3950478 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,7 +53,6 @@ gdir_PYTHON = \ Sort.py\ soundex.py\ Spell.py\ - SubstKeywords.py\ TipOfDay.py\ ThumbNails.py\ ToolTips.py\