Skip to content

Commit 9637193

Browse files
committed
v2.7 + Disable Build-IDs warning
1 parent 3f1fd41 commit 9637193

21 files changed

+85
-68
lines changed

RPMCreator/RPMCreator

-75.1 KB
Binary file not shown.

RPMCreator/RPMCreator.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<CompatibilityMode Value="True"/>
99
</Flags>
1010
<SessionStorage Value="InProjectDir"/>
11-
<Title Value="RPMCreator v2.6"/>
11+
<Title Value="RPMCreator v2.7"/>
1212
<Scaled Value="True"/>
1313
<ResourceType Value="res"/>
1414
<UseXPManifest Value="True"/>

RPMCreator/RPMCreator.lps

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
<ResourceBaseClass Value="Form"/>
5353
<UnitName Value="Unit1"/>
5454
<IsVisibleTab Value="True"/>
55-
<CursorPos X="13"/>
55+
<TopLine Value="1004"/>
56+
<CursorPos X="49" Y="1013"/>
5657
<UsageCount Value="197"/>
5758
<Loaded Value="True"/>
5859
<LoadedDesigner Value="True"/>
@@ -125,7 +126,12 @@
125126
<UsageCount Value="10"/>
126127
</Unit8>
127128
</Units>
128-
<JumpHistory HistoryIndex="-1"/>
129+
<JumpHistory Count="1">
130+
<Position1>
131+
<Filename Value="unit1.pas"/>
132+
<Caret Column="13"/>
133+
</Position1>
134+
</JumpHistory>
129135
<RunParams>
130136
<FormatVersion Value="2"/>
131137
<Modes ActiveMode="default"/>

RPMCreator/RPMCreator.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
//---
5454

5555
Application.Scaled:=True;
56-
Application.Title:='RPMCreator v2.6';
56+
Application.Title:='RPMCreator v2.7';
5757
RequireDerivedFormResource := True;
5858
Application.Initialize;
5959
Application.CreateForm(TMainForm, MainForm);

RPMCreator/backup/RPMCreator.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<CompatibilityMode Value="True"/>
99
</Flags>
1010
<SessionStorage Value="InProjectDir"/>
11-
<Title Value="RPMCreator v2.6"/>
11+
<Title Value="RPMCreator v2.7"/>
1212
<Scaled Value="True"/>
1313
<ResourceType Value="res"/>
1414
<UseXPManifest Value="True"/>

RPMCreator/backup/RPMCreator.lps

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@
5252
<ResourceBaseClass Value="Form"/>
5353
<UnitName Value="Unit1"/>
5454
<IsVisibleTab Value="True"/>
55-
<EditorIndex Value="-1"/>
56-
<CursorPos X="13"/>
55+
<TopLine Value="1004"/>
56+
<CursorPos X="23" Y="1012"/>
5757
<UsageCount Value="197"/>
58+
<Loaded Value="True"/>
59+
<LoadedDesigner Value="True"/>
5860
</Unit1>
5961
<Unit2>
6062
<Filename Value="unit2.pas"/>
@@ -124,10 +126,12 @@
124126
<UsageCount Value="10"/>
125127
</Unit8>
126128
</Units>
127-
<General>
128-
<ActiveWindowIndexAtStart Value="-1"/>
129-
</General>
130-
<JumpHistory HistoryIndex="-1"/>
129+
<JumpHistory Count="1">
130+
<Position1>
131+
<Filename Value="unit1.pas"/>
132+
<Caret Column="13"/>
133+
</Position1>
134+
</JumpHistory>
131135
<RunParams>
132136
<FormatVersion Value="2"/>
133137
<Modes ActiveMode="default"/>

0 commit comments

Comments
 (0)