On Tue, 4 Dec 2007 09:15:54 -0700
"Jeff Steinkamp" <[EMAIL PROTECTED]> wrote:

> The following line (54) has a extranous paramter in the parameter
> list.
> 
> CmdFormatFile:=RegisterIDECommand(Cat,
>                                     SCmdPFFile,
>                                     SDescrPFFile,
>                                     ' ',
>                                     Key,nil,@PrettyPrintFile);
> 
> It shoudl be:
> 
> CmdFormatFile:=RegisterIDECommand(Cat,
>                                     SCmdPFFile,
>                                     SDescrPFFile,
>                                     Key,nil,@PrettyPrintFile);  
> 

Thanks. Applied.

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to