mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
IDE: renamed oldcustomcompdlg.pas
git-svn-id: trunk@39972 -
This commit is contained in:
parent
47c3d3650d
commit
d2484b1951
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -6773,6 +6773,8 @@ packager/newpkgcomponentdlg.lfm svneol=native#text/plain
|
||||
packager/newpkgcomponentdlg.pas svneol=native#text/pascal
|
||||
packager/oldcustomcompadddlg.lfm svneol=native#text/plain
|
||||
packager/oldcustomcompadddlg.pas svneol=native#text/pascal
|
||||
packager/oldcustomcompdlg.lfm svneol=native#text/plain
|
||||
packager/oldcustomcompdlg.pas svneol=native#text/pascal
|
||||
packager/openinstalledpkgdlg.lfm svneol=native#text/plain
|
||||
packager/openinstalledpkgdlg.pas svneol=native#text/pascal
|
||||
packager/packagedefs.pas svneol=native#text/pascal
|
||||
@ -6794,8 +6796,6 @@ packager/registration/fcllaz.pas svneol=native#text/plain
|
||||
packager/registration/fpmake.pp svneol=native#text/plain
|
||||
packager/registration/lazaruspackageintf.pas svneol=native#text/pascal
|
||||
packager/registration/registerfcl.pas svneol=native#text/pascal
|
||||
packager/ucomponentmanmain.lfm svneol=native#text/plain
|
||||
packager/ucomponentmanmain.pas svneol=native#text/pascal
|
||||
test/bugs/12204/bug12204.lpi svneol=native#text/plain
|
||||
test/bugs/12204/bug12204.pas svneol=native#text/plain
|
||||
test/bugs/12204/expected.txt svneol=native#text/plain
|
||||
|
@ -20,7 +20,7 @@
|
||||
Author: Anthony Maro
|
||||
}
|
||||
|
||||
unit UComponentManMain;
|
||||
unit OldCustomCompDlg;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
@ -28,7 +28,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls,
|
||||
Buttons, FileUtil, lazutf8classes, LazUTF8, IDEProcs, UFrmAddComponent;
|
||||
Buttons, FileUtil, lazutf8classes, LazUTF8, IDEProcs, OldCustomCompAddDlg;
|
||||
|
||||
Type
|
||||
TRComponent = class(TObject)
|
@ -55,7 +55,7 @@ uses
|
||||
// IDE
|
||||
LazarusIDEStrConsts, IDEProcs, ObjectLists, DialogProcs, IDECommands,
|
||||
IDEOptionDefs, EnvironmentOpts, MiscOptions, InputHistory,
|
||||
Project, ComponentReg, UComponentManMain, PackageEditor, AddToPackageDlg,
|
||||
Project, ComponentReg, OldCustomCompDlg, PackageEditor, AddToPackageDlg,
|
||||
PackageDefs, PackageLinks, PackageSystem, OpenInstalledPkgDlg,
|
||||
PkgGraphExplorer, BrokenDependenciesDlg, CompilerOptions,
|
||||
IDETranslations, TransferMacros, BuildLazDialog, NewDialog,
|
||||
|
Loading…
Reference in New Issue
Block a user