You've already forked lazarus-ccr
Change of Application Title
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5536 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="External OPM JSON package Editor"/>
|
||||
<Title Value="OPM External Update json Editor"/>
|
||||
<ResourceType Value="res"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<XPManifest>
|
||||
|
@@ -22,7 +22,7 @@ uses
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Title:='External OPM JSON package Editor';
|
||||
Application.Title:='OPM External Update json Editor';
|
||||
RequireDerivedFormResource:=True;
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TfrmMain, frmMain);
|
||||
|
@@ -20,8 +20,8 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<TopLine Value="676"/>
|
||||
<CursorPos X="43" Y="703"/>
|
||||
<TopLine Value="673"/>
|
||||
<CursorPos X="57" Y="681"/>
|
||||
<ExtraEditorCount Value="1"/>
|
||||
<ExtraEditor1>
|
||||
<EditorIndex Value="-1"/>
|
||||
|
@@ -674,7 +674,7 @@ end;
|
||||
|
||||
procedure TfrmMain.AddPackageFileToList;
|
||||
begin
|
||||
AddNewControlArray; // Contruct another one
|
||||
AddNewControlArray; // Construct another one
|
||||
|
||||
// Makes it visible and aligns it
|
||||
ArrayGrpBox[High(ArrayGrpBox)].Visible := True;
|
||||
|
Reference in New Issue
Block a user