I prefer frozen vs. paused for some odd reason.
This commit is contained in:
parent
36ddc065cc
commit
6a0bc55b7d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue