diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-25 17:06:07 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-26 20:51:00 +0200 |
commit | 3f8a68dca7c0f54616b104e033a681a3468aea3a (patch) | |
tree | 5638a5aa5ecda8773c92424c28dad62f54374b9e /Package_html_media.mk | |
parent | d35f3a21557aa82b76d41f2526783d7935615d2d (diff) |
Add screenshot for Security option page
Use kde5 breeze theme.
Change-Id: I73c244be73793f1d8afb8906ef8152518c1f3e6a
Reviewed-on: https://gerrit.libreoffice.org/81536
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 9a49ead4a9..01815362f7 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -363,5 +363,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/optctlpage/$(lang)/OptCTLPage.png \ ) \ + screenshots/cui/ui/optsecuritypage/OptSecurityPage.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/cui/ui/optsecuritypage/$(lang)/OptSecurityPage.png \ + ) \ )) # vim: set noet sw=4 ts=4: |