Replace "QT" tag with "TV"

This commit is contained in:
elasota
2020-03-14 03:21:45 -04:00
parent d6d4aadeff
commit 088640b544

View File

@@ -65,7 +65,7 @@ void DrawOnSplash(DrawSurface *surface)
PasStringCopy(PSTR("House: "), houseLoadedStr); PasStringCopy(PSTR("House: "), houseLoadedStr);
PasStringConcat(houseLoadedStr, thisHouseName); PasStringConcat(houseLoadedStr, thisHouseName);
if ((thisMac.hasQT) && (hasMovie)) if ((thisMac.hasQT) && (hasMovie))
PasStringConcat(houseLoadedStr, PSTR(" (QT)")); PasStringConcat(houseLoadedStr, PSTR(" (TV)"));
surface->SetApplicationFont(9, PortabilityLayer::FontFamilyFlag_Bold); surface->SetApplicationFont(9, PortabilityLayer::FontFamilyFlag_Bold);