desktop/source/splash/splash.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d58dcdae6f6f2367a6713ba7a109923a9c239b12
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Oct 10 12:49:04 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Oct 10 20:43:44 2022 +0200

    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 <caol...@redhat.com>

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);

Reply via email to