-CFG mode now sets the window title as Mystic Configuration

This commit is contained in:
mysticbbs 2013-02-15 23:17:45 -05:00
parent 4b401e784d
commit aa0dd75827
1 changed files with 2 additions and 0 deletions

View File

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