diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 9ee65b51fd..a96b2c1b19 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1448,15 +1448,16 @@ lib_images_files = Split(''' tabular-feature_delete-row.png tabular-feature_multicolumn.png tabular-feature_set-all-lines.png + tabular-feature_set-border-lines.png tabular-feature_set-longtabular.png tabular-feature_set-rotate-cell.png - tabular-feature_toggle-rotate-cell.png tabular-feature_set-rotate-tabular.png - tabular-feature_toggle-rotate-tabular.png tabular-feature_toggle-line-bottom.png tabular-feature_toggle-line-left.png tabular-feature_toggle-line-right.png tabular-feature_toggle-line-top.png + tabular-feature_toggle-rotate-cell.png + tabular-feature_toggle-rotate-tabular.png tabular-feature_unset-all-lines.png tabular-feature_valign-bottom.png tabular-feature_valign-middle.png diff --git a/lib/Makefile.am b/lib/Makefile.am index 7f125e9064..31fd2494f1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -374,13 +374,14 @@ 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_toggle-rotate-cell.png \ + images/tabular-feature_set-border-linelines images/tabular-feature_set-rotate-tabular.png \ - images/tabular-feature_toggle-rotate-tabular.png \ images/tabular-feature_toggle-line-bottom.png \ images/tabular-feature_toggle-line-left.png \ images/tabular-feature_toggle-line-right.png \ images/tabular-feature_toggle-line-top.png \ + images/tabular-feature_toggle-rotate-cell.png \ + images/tabular-feature_toggle-rotate-tabular.png \ images/tabular-feature_unset-all-lines.png \ images/tabular-feature_valign-bottom.png \ images/tabular-feature_valign-middle.png \ diff --git a/status.16x b/status.16x index c39f63137f..f63a2dacdd 100644 --- a/status.16x +++ b/status.16x @@ -45,7 +45,7 @@ What's new * BUILD - +- Add missing tabular icon. ** Bug fixes: