From 088640b54488b4024ae9473f95622cd2344ef3f8 Mon Sep 17 00:00:00 2001 From: elasota Date: Sat, 14 Mar 2020 03:21:45 -0400 Subject: [PATCH] Replace "QT" tag with "TV" --- GpApp/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GpApp/MainWindow.cpp b/GpApp/MainWindow.cpp index d2e2b30..e2af743 100644 --- a/GpApp/MainWindow.cpp +++ b/GpApp/MainWindow.cpp @@ -65,7 +65,7 @@ void DrawOnSplash(DrawSurface *surface) PasStringCopy(PSTR("House: "), houseLoadedStr); PasStringConcat(houseLoadedStr, thisHouseName); if ((thisMac.hasQT) && (hasMovie)) - PasStringConcat(houseLoadedStr, PSTR(" (QT)")); + PasStringConcat(houseLoadedStr, PSTR(" (TV)")); surface->SetApplicationFont(9, PortabilityLayer::FontFamilyFlag_Bold);