summaryrefslogtreecommitdiff
path: root/vcl/workben/vcldemo.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-20 10:03:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-20 20:20:48 +0200
commit9e0646eaffe7954d60ebf36c86895acff63096d7 (patch)
treeeed692a1cfd01e771e2c39a007cf35e4b6108eee /vcl/workben/vcldemo.cxx
parentf33c634a5b2f4ee010dd72f91128a445ef95d222 (diff)
remove motif from startcenter
the icon doesn't exist in the normal case since commit 60413c9800c27f53c1108015b50754b065bc98c6 Date: Wed Apr 18 12:22:07 2018 +0200 Replace Galaxy icon theme by Colibre through a theoretical route via installing a gallery icon extension still exists. Use a different existing icon for the vcldemo Change-Id: I81ab87742eaf2720877782a4425ef83719ee6ed9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104556 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben/vcldemo.cxx')
-rw-r--r--vcl/workben/vcldemo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 40fd93f0696b..a089301db7cf 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -1930,7 +1930,7 @@ public:
{
SetText("VCL widget demo");
- Wallpaper aWallpaper(BitmapEx("sfx2/res/startcenter-logo.png"));
+ Wallpaper aWallpaper(BitmapEx("sfx2/res/128x128_writer_doc-p.png"));
aWallpaper.SetStyle(WallpaperStyle::BottomRight);
aWallpaper.SetColor(COL_RED);