From f776f5c7030b12292f3bfe0f4848e5db554e6059 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 10 Nov 2022 16:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Main/main.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Main/main.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 7b8e785..28956a3 100755 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -571,7 +571,7 @@ int fgMainInit( int argc, char **argv ) auto initHomeResult = fgInitHome(); if (initHomeResult == InitHomeAbort) { flightgear::fatalMessageBoxThenExit("Unable to create lock file", - "Flightgear was unable to create the lock file in FG_HOME"); + "FGFS was unable to create the lock file in FG_HOME"); } #if defined(HAVE_QT) @@ -631,8 +631,8 @@ int fgMainInit( int argc, char **argv ) } std::string version(FLIGHTGEAR_VERSION); - SG_LOG( SG_GENERAL, SG_INFO, "FlightGear: Version " << version ); - SG_LOG( SG_GENERAL, SG_INFO, "FlightGear: Build Type " << FG_BUILD_TYPE ); + SG_LOG( SG_GENERAL, SG_INFO, "FGFS: Version " << version ); + SG_LOG( SG_GENERAL, SG_INFO, "FGFS: Build Type " << FG_BUILD_TYPE ); SG_LOG( SG_GENERAL, SG_INFO, "Built with " << SG_COMPILER_STR); SG_LOG( SG_GENERAL, SG_INFO, "Jenkins number/ID " << JENKINS_BUILD_NUMBER << ":" << JENKINS_BUILD_ID);