Now shows perm index when editing file base

This commit is contained in:
mysticbbs 2012-03-03 23:38:45 -05:00
parent d1283eca04
commit 5e5e04aa95
1 changed files with 2 additions and 0 deletions

View File

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