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:
gbamber
2016-12-18 09:44:20 +00:00
parent 8763264447
commit 26535fbe98
4 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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);

View File

@@ -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"/>

View File

@@ -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;