diff --git a/components/codetools/codetools.pas b/components/codetools/codetools.pas index d34e8b64a2..48162ed6de 100644 --- a/components/codetools/codetools.pas +++ b/components/codetools/codetools.pas @@ -1,8 +1,8 @@ -{ Этот файл был автоматически создан Lazarus. Не редактировать! - Исходный код используется только для компиляции и установки пакета. +{ This file was automatically created by Lazarus. Do not edit! + This source is only used to compile and install the package. } -unit codetools; +unit CodeTools; interface @@ -22,10 +22,10 @@ uses implementation -procedure Register; +procedure Register; begin -end; +end; initialization - RegisterPackage('CodeTools',@Register); + RegisterPackage('CodeTools', @Register); end.