From 5e5e04aa956b3cae65fc0d6bcd4243a1695de20b Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 3 Mar 2012 23:38:45 -0500 Subject: [PATCH] Now shows perm index when editing file base --- mystic/bbs_cfg_filebase.pas | 2 ++ 1 file changed, 2 insertions(+) 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);