mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +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()
|
||||
{
|
||||
printf("Hello World \n");
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user