Skip to content

Commit

Permalink
Merge pull request #33 from bomrafinha/bomrafinha
Browse files Browse the repository at this point in the history
Build 1.4.4.119 - Fixed #32
  • Loading branch information
bomrafinha authored Apr 9, 2020
2 parents 03496b4 + 0a1da15 commit ac0956a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/Sorting.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@
<DCC_DcuOutput>../output</DCC_DcuOutput>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1046</VerInfo_Locale>
<VerInfo_Build>105</VerInfo_Build>
<VerInfo_Build>119</VerInfo_Build>
<VerInfo_Debug>true</VerInfo_Debug>
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
<VerInfo_Keys>CompanyName=Bomrafinha;FileDescription=$(MSBuildProjectName);FileVersion=1.4.4.105;InternalName=SortingAlgorithms;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Bomrafinha;FileDescription=$(MSBuildProjectName);FileVersion=1.4.4.119;InternalName=SortingAlgorithms;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<DCC_UnitSearchPath>../app;../output;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<VerInfo_MinorVer>4</VerInfo_MinorVer>
<VerInfo_Release>4</VerInfo_Release>
Expand Down
2 changes: 0 additions & 2 deletions src/SortInterfaces/U_SortClass.pas
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ constructor TSortClass.Create(Owner : TLayout; delay : Single);
fNomes.Add(fOwner.Controls[I].Name);
end;

fNomes.SaveToFile('D:\Users\Bomrafinha\Desktop\rafinha.txt');

preencheTela();

end;
Expand Down

0 comments on commit ac0956a

Please sign in to comment.