Fixed small issue + new rev number

This commit is contained in:
Raymond 2010-05-19 23:32:54 +02:00
parent 363e7d394f
commit 852edf55fc
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@ uses
CastaliaSimplePasPar, v_AutoCompleteForm, PSDump;
const
SimbaVersion = 686;
SimbaVersion = 687;
type

View File

@ -106,6 +106,7 @@ end;
function ps_SDTMToMDTM(Const DTM: TSDTM): TMDTM;extdecl;
begin
result := SDTMToMDTM(DTM);
CurrThread.Client.MDTMs.AddDTM(result);
end;
function ps_CreateDTMPoint(x,y,c,t,asz : integer; bp : boolean) : TMDTMPoint;