summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-10-10 12:49:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-10-10 20:43:44 +0200
commitd58dcdae6f6f2367a6713ba7a109923a9c239b12 (patch)
tree4e7685a75bb71e421a4743c0639ce7d35262a99d /desktop
parentd1707bc31261d16893c1f5240c803d283e293ec1 (diff)
attempting to load "1920x1080" not "intro_1920x1080"
since... commit ff953c36ac8f335d6f12d9e22a29deafe90de34d Date: Mon Oct 11 11:50:10 2010 +0100 clean cut/paste brand location code Change-Id: I727a3698d70c3516dbdfa337e3ebf418a65f965b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141156 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/splash/splash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index fb6b0bfcb804..c3b106cb3b44 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -487,7 +487,7 @@ void SplashScreen::SetScreenBitmap(BitmapEx &rBitmap)
aStrBuf.append( "intro_" );
aStrBuf.append( aResBuf.getStr() );
- if (Application::LoadBrandBitmap (aResBuf.getStr(), rBitmap))
+ if (Application::LoadBrandBitmap (aStrBuf.getStr(), rBitmap))
return;
(void)Application::LoadBrandBitmap ("intro", rBitmap);