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