diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 15:09:14 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 21:10:33 +0200 |
commit | 2a925a493ca510612c896b5614d0f153390e8d8d (patch) | |
tree | 77294fe6aa27e89c335d3386ccd67d53258ac68a /Package_html_media.mk | |
parent | 418bb08b8f09223047c67ae1df2a3151691dd4e3 (diff) |
Add screenshot for Advanced Options page
Use kde breeze theme
Change-Id: If392c7da67395e599519baf875661997aa3ed26a
Reviewed-on: https://gerrit.libreoffice.org/81474
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 dbdc3a8cd6..8c45f8387e 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -351,5 +351,9 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ screenshots/cui/ui/optsavepage/$(lang)/OptSavePage.png \ ) \ + screenshots/cui/ui/optadvancedpage/OptAdvancedPage.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/cui/ui/optadvancedpage/$(lang)/OptAdvancedPage.png \ + ) \ )) # vim: set noet sw=4 ts=4: |