From 5c7797eb9dec1286fe98378db9e2b38935dc8579 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 3 Feb 2010 13:49:34 +0000 Subject: [PATCH] clean up git-svn-id: trunk@23617 - --- components/compilers/c/examples/test.c | 2 -- components/h2pas/h2paswizard.pas | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/components/compilers/c/examples/test.c b/components/compilers/c/examples/test.c index cab52a4874..242b5e1d32 100644 --- a/components/compilers/c/examples/test.c +++ b/components/compilers/c/examples/test.c @@ -3,5 +3,3 @@ public void main() { printf("Hello World \n"); -} - diff --git a/components/h2pas/h2paswizard.pas b/components/h2pas/h2paswizard.pas index 8b6c8c8043..3b9f672e9f 100644 --- a/components/h2pas/h2paswizard.pas +++ b/components/h2pas/h2paswizard.pas @@ -1,14 +1,14 @@ -{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet werden! -Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages. +{ This file was automatically created by Lazarus. do not edit! + This source is only used to compile and install the package. } -unit H2PasWizard; +unit h2paswizard; interface uses - H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit, - IDETextConvListAdd, LazarusPackageIntf; + H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit, + IDETextConvListAdd, LazarusPackageIntf; implementation