diff --git a/mystic/bbs_cfg_filebase.pas b/mystic/bbs_cfg_filebase.pas index 17a98e0..bc97e04 100644 --- a/mystic/bbs_cfg_filebase.pas +++ b/mystic/bbs_cfg_filebase.pas @@ -26,6 +26,8 @@ Begin Box := TAnsiMenuBox.Create; Form := TAnsiMenuForm.Create; + Box.Header := ' Index ' + strI2S(FBase.Index) + ' '; + Box.Open (6, 5, 75, 20); VerticalLine (22, 7, 19);