diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-10-18 12:12:26 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-10-22 13:06:46 +0200 |
commit | 920bf3979cd7421110b65621635aefc072e8a779 (patch) | |
tree | c50025b5e4432e000154092b7bdfc0aae6ab9b65 /instsetoo_native/util | |
parent | 72f61c464ae78d5a20fc125ad9d91210b053d9cf (diff) |
tdf#120176 - Text appears as white on first launch
Splash screen text should be black now
Change-Id: I963ffc89c48fdc1de148586cd6f0fb4bf35d44bd
Reviewed-on: https://gerrit.libreoffice.org/61924
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'instsetoo_native/util')
-rw-r--r-- | instsetoo_native/util/openoffice.lst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in index 5856d0c40cb5..65c488bef8a7 100644 --- a/instsetoo_native/util/openoffice.lst.in +++ b/instsetoo_native/util/openoffice.lst.in @@ -22,7 +22,7 @@ Globals PROGRESSPOSITIONHIGH 46,212 PROGRESSFRAMECOLOR 102,102,102 PROGRESSTEXTBASELINE 145 - PROGRESSTEXTCOLOR 255,255,255 + PROGRESSTEXTCOLOR 0,0,0 NATIVEPROGRESS false REGISTRYLAYERNAME Layers SERVICEPACK 1 |