From c34cfe5b306ab8923bf39dad00c1cf28e58ca7dd Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 5 Jan 2022 17:47:48 +0100 Subject: [PATCH] Add some important splash screen quotes for Mac users --- Source/Editor/Windows/SplashScreen.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/Editor/Windows/SplashScreen.cpp b/Source/Editor/Windows/SplashScreen.cpp index cf15dac5d..10feca82d 100644 --- a/Source/Editor/Windows/SplashScreen.cpp +++ b/Source/Editor/Windows/SplashScreen.cpp @@ -29,7 +29,10 @@ const Char* SplashScreenQuotes[] = TEXT("Removing 'C:\\Windows\\'"), #elif PLATFORM_LINUX TEXT("Time to switch to Windows?"), - TEXT("Installing Windows 10..."), + TEXT("Installing Windows 10"), +#elif PLATFORM_MAC + TEXT("Hacking your iPhone"), + TEXT("Why does macbook heat up?\nBecause it doesn't have windows"), #endif TEXT("Kappa!"), TEXT("How you doin'?"),