From: curt Date: Tue, 15 Jan 2002 23:39:21 +0000 (+0000) Subject: I prefer frozen vs. paused for some odd reason. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a0bc55b7d96d9a1790e56e20fc046c8305bcd56;p=flightgear.git I prefer frozen vs. paused for some odd reason. --- diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index c883abe89..3876de597 100644 --- a/src/Main/fg_props.cxx +++ b/src/Main/fg_props.cxx @@ -284,7 +284,7 @@ setFreeze (bool freeze) if ( freeze ) { // BusyCursor( 0 ); current_atcdisplay->CancelRepeatingMessage(); - current_atcdisplay->RegisterRepeatingMessage("**** SIM IS PAUSED **** SIM IS PAUSED ****"); + current_atcdisplay->RegisterRepeatingMessage("**** SIM IS FROZEN **** SIM IS FROZEN ****"); } else { // BusyCursor( 1 ); current_atcdisplay->CancelRepeatingMessage();