diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-04-08 12:58:34 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-04-15 17:35:44 +0200 |
commit | 9b1c9ac6edcdeae431d6104c586ca7feffbb6483 (patch) | |
tree | 395bddaa18a31abfbc8a86277028b0d6087eb130 /configure.ac | |
parent | 0db34d1c5dd7d06435c5a5d58a42da2cbe007006 (diff) |
Related tdf#130778: New About dialog
More flexible dialog
logo & about images as SVGs
Change-Id: Icefa035893e241a7dee6aa28236e6b89b38477de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91908
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index b8b40177e98e..f1539c699b1f 100644 --- a/configure.ac +++ b/configure.ac @@ -2186,7 +2186,7 @@ AC_ARG_WITH(branding, AS_HELP_STRING([--with-branding=/path/to/images], [Use given path to retrieve branding images set.]) [ - Search for intro.png about.svg and flat_logo.svg. + Search for intro.png about.svg and logo.svg. If any is missing, default ones will be used instead. Search also progress.conf for progress @@ -12553,8 +12553,8 @@ dnl branding dnl =================================================================== AC_MSG_CHECKING([for alternative branding images directory]) # initialize mapped arrays -BRAND_INTRO_IMAGES="flat_logo.svg intro.png intro-highres.png" -brand_files="$BRAND_INTRO_IMAGES about.svg" +BRAND_INTRO_IMAGES="intro.png intro-highres.png" +brand_files="$BRAND_INTRO_IMAGES logo.svg logo_inverted.svg about.svg" if test -z "$with_branding" -o "$with_branding" = "no"; then AC_MSG_RESULT([none]) |