From 6a0bc55b7d96d9a1790e56e20fc046c8305bcd56 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 15 Jan 2002 23:39:21 +0000 Subject: [PATCH] I prefer frozen vs. paused for some odd reason. --- src/Main/fg_props.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();