[Lazarus] Little Bug on package manager

Vincent Snijders vsnijders at vodafonevast.nl
Thu Oct 29 16:23:15 CET 2009


wile64 schreef:
> Not for PO, try to remove IDEintf in lazc.lpk for example !!!
> I have tryed on win and linux with 0.9.28 and last svn.
> 
> 

Do you use the english translations?

If not, suppose you get the warning:
Do you want to remove the package "MyPackage"?

It may be implemented like:
showmessage(format('"Do you want to remove the packages %s%s%s?',['"','MyPackage','"'));

Now if your french string contains only two %s you get this error.

Vincent




More information about the Lazarus mailing list