From aa0dd75827fb6a2559c528cb8cc2292295945671 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Fri, 15 Feb 2013 23:17:45 -0500 Subject: [PATCH] -CFG mode now sets the window title as Mystic Configuration --- mystic/mystic.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mystic/mystic.pas b/mystic/mystic.pas index 1694e8e..e2f8d04 100644 --- a/mystic/mystic.pas +++ b/mystic/mystic.pas @@ -438,6 +438,8 @@ Begin If Session.ConfigMode Then Begin Session.NodeNum := 0; + Screen.SetWindowTitle ('Mystic Configuration'); + Configuration_MainMenu; Screen.TextAttr := 7;