1
0
Fork 0

I prefer frozen vs. paused for some odd reason.

This commit is contained in:
curt 2002-01-15 23:39:21 +00:00
parent 36ddc065cc
commit 6a0bc55b7d

View file

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