Visual fix

This commit is contained in:
mysticbbs 2012-09-02 21:13:30 -04:00
parent 37c8dc60d9
commit ae6f9c8b02
1 changed files with 2 additions and 2 deletions

View File

@ -1655,8 +1655,8 @@ Begin
CoolBoxOpen (14, 'Edit');
BoxOpen (15, 4, 30, 7);
Form.AddNone('F', ' Find ' , 16, 7, 14, 'Search for text');
Form.AddNone('R', ' Replace ' , 16, 8, 14, 'Search and replace text');
Form.AddNone('F', ' Find ' , 16, 5, 14, 'Search for text');
Form.AddNone('R', ' Replace ' , 16, 6, 14, 'Search and replace text');
Res := Form.Execute;