summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2019-04-26 15:21:03 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2019-04-26 23:13:23 +0200
commitcddcab00b81a806c29a44181b6b9b9d188d33aea (patch)
tree8a1fe9409e364ab776ca1ad68383342472f4b428 /vcl
parent1369a16651aba967c157f41793657369c094df5a (diff)
tdf#124658 - Improve text for the tip-of-the-day
All strings reviewed Change-Id: I7c9b2460b86576c67221c874bd9f99ea43db17d4 Reviewed-on: https://gerrit.libreoffice.org/71365 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/Package_tipoftheday.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/Package_tipoftheday.mk b/vcl/Package_tipoftheday.mk
index f26548b85175..18a086758232 100644
--- a/vcl/Package_tipoftheday.mk
+++ b/vcl/Package_tipoftheday.mk
@@ -11,8 +11,10 @@ $(eval $(call gb_Package_Package,tipoftheday_images,$(SRCDIR)/extras/source/tipo
$(eval $(call gb_Package_add_files_with_dir,tipoftheday_images,$(LIBO_SHARE_FOLDER)/tipoftheday,\
tipoftheday.png \
- tipoftheday_1.png \
- tipoftheday_2.png \
+ tipoftheday_w.png \
+ tipoftheday_c.png \
+ tipoftheday_i.png \
+ tipoftheday_d.png \
))
# vim: set noet sw=4 ts=4: