mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Exif reader to project file
This commit is contained in:
parent
67cb49feca
commit
e6d075cffe
2 changed files with 7 additions and 2 deletions
|
|
@ -269,7 +269,7 @@ end;"/>
|
|||
<MinVersion Minor="3" Valid="True"/>
|
||||
</Item11>
|
||||
</RequiredPackages>
|
||||
<Units Count="236">
|
||||
<Units Count="237">
|
||||
<Unit0>
|
||||
<Filename Value="doublecmd.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
|
|
@ -1687,6 +1687,11 @@ end;"/>
|
|||
<ResourceBaseClass Value="Frame"/>
|
||||
<UnitName Value="fOptionsFileSearch"/>
|
||||
</Unit235>
|
||||
<Unit236>
|
||||
<Filename Value="uexifreader.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="uExifReader"/>
|
||||
</Unit236>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ resourcestring
|
|||
rsImageWidth = 'Width';
|
||||
rsImageHeight = 'Height';
|
||||
rsOrientation = 'Orientation';
|
||||
rsDateTimeOriginal = 'Date';
|
||||
rsDateTimeOriginal = 'Date taken';
|
||||
|
||||
implementation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue