* fix modetostring

git-svn-id: trunk@9227 -
This commit is contained in:
peter 2007-11-13 08:24:32 +00:00
parent 12d8b3f7e4
commit 5a57434f33

View File

@ -1206,6 +1206,7 @@ Function ModeToString(Mode: TCompilerMode) : String;
begin
Result:=LowerCase(GetenumName(TypeInfo(TCompilerMode),Ord(Mode)));
Delete(Result,1,2);
end;
Function StringToMode(const S : String) : TCompilerMode;