From c45171e9d24b4e3a708890d4cb660f62b0255c62 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 21 Oct 2022 20:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Viewer/splash.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Viewer/splash.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Viewer/splash.cxx b/src/Viewer/splash.cxx index 7f0acaa..8735f0a 100644 --- a/src/Viewer/splash.cxx +++ b/src/Viewer/splash.cxx @@ -64,7 +64,7 @@ #include -static const char* LICENSE_URL_TEXT = "Licensed under the GNU GPL. See https://www.flightgear.org for more information"; +static const char* LICENSE_URL_TEXT = "CASS "; using namespace std::string_literals; using namespace simgear; @@ -225,7 +225,8 @@ void SplashScreen::createNodes() } } // add main title last so it is atop all. - addText(geode, osg::Vec2(0.025f, 0.02f), 0.08, "FlightGear "s + fgGetString("/sim/version/flightgear"), osgText::Text::LEFT_TOP); + //addText(geode, osg::Vec2(0.025f, 0.02f), 0.08, "JingweiHT "s + fgGetString("/sim/version/flightgear"), osgText::Text::LEFT_TOP); + addText(geode, osg::Vec2(0.025f, 0.02f), 0.08, "JingweiHT 2022"s , osgText::Text::LEFT_TOP); ///////////