From e8da0b0ff75237b1c09e34569177f212819cfdd3 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Fri, 21 Nov 2008 23:15:51 +0000 Subject: [PATCH] Fix typo (spotted by Kornel Benko) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27662 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 580bdfe4e5..4c990594af 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -374,7 +374,7 @@ dist_images_DATA = \ images/tabular-feature_set-all-lines.png \ images/tabular-feature_set-longtabular.png \ images/tabular-feature_set-rotate-cell.png \ - images/tabular-feature_set-border-linelines \ + images/tabular-feature_set-border-lines.png \ images/tabular-feature_set-rotate-tabular.png \ images/tabular-feature_toggle-line-bottom.png \ images/tabular-feature_toggle-line-left.png \