diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-29 17:17:03 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-30 00:56:00 +0100 |
commit | 2409e35df2312e14bcc9dd664d92f0796be743c9 (patch) | |
tree | dfa782bfc5a9b32a814605d9b4fef1dc0c8f7fa5 /Package_html_media.mk | |
parent | c34c421cc1c8215136abf607ae989c876ffd5a8a (diff) |
Add photo album screenshot
Change-Id: I830caf1b2f834ed59461355b92596053956a894f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85961
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r-- | Package_html_media.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk index 7572f38cfe..9d0c47cef2 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -353,6 +353,10 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ screenshots/modules/simpress/ui/prntopts/$(lang)/prntopts.png \ ) \ + screenshots/modules/simpress/ui/photoalbum/PhotoAlbumCreatorDialog.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/modules/simpress/ui/photoalbum/$(lang)/PhotoAlbumCreatorDialog.png \ + ) \ screenshots/cui/ui/optviewpage/OptViewPage.png \ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ screenshots/cui/ui/optviewpage/$(lang)/OptViewPage.png \ |