mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 01:11:07 +02:00
clean up
git-svn-id: trunk@23617 -
This commit is contained in:
parent
83ea351c48
commit
5c7797eb9d
@ -3,5 +3,3 @@
|
|||||||
public void main()
|
public void main()
|
||||||
{
|
{
|
||||||
printf("Hello World \n");
|
printf("Hello World \n");
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet werden!
|
{ This file was automatically created by Lazarus. do not edit!
|
||||||
Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit H2PasWizard;
|
unit h2paswizard;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit,
|
H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit,
|
||||||
IDETextConvListAdd, LazarusPackageIntf;
|
IDETextConvListAdd, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user