-CFG mode now sets the window title as Mystic Configuration
This commit is contained in:
parent
4b401e784d
commit
aa0dd75827
|
@ -438,6 +438,8 @@ Begin
|
||||||
If Session.ConfigMode Then Begin
|
If Session.ConfigMode Then Begin
|
||||||
Session.NodeNum := 0;
|
Session.NodeNum := 0;
|
||||||
|
|
||||||
|
Screen.SetWindowTitle ('Mystic Configuration');
|
||||||
|
|
||||||
Configuration_MainMenu;
|
Configuration_MainMenu;
|
||||||
|
|
||||||
Screen.TextAttr := 7;
|
Screen.TextAttr := 7;
|
||||||
|
|
Loading…
Reference in New Issue