Rename 'memoeditor' to 'texteditor', in preparation for inclusion of a binary editor.

This commit is contained in:
rosenfield.albert
2008-09-01 19:47:05 +00:00
parent 92f4ebc762
commit d60b1b6f93
6 changed files with 69 additions and 37 deletions

View File

@ -38,7 +38,7 @@ uses
editvar in '..\..\source\editvar.pas' {frmEditVariable},
view in '..\..\source\view.pas' {frmView},
selectdbobject in '..\..\source\selectdbobject.pas' {frmSelectDBObject},
memoeditor in '..\..\source\memoeditor.pas' {frmMemoEditor},
texteditor in '..\..\source\texteditor.pas' {frmTextEditor},
grideditlinks in '..\..\source\grideditlinks.pas',
uVistaFuncs in '..\..\source\uVistaFuncs.pas';