mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
example: cleandir: added icon
git-svn-id: trunk@26026 -
This commit is contained in:
parent
3cf422d211
commit
72d2cb703d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2784,6 +2784,7 @@ examples/cleandir/cleandir.lpi svneol=native#text/plain
|
||||
examples/cleandir/cleandir.lpr svneol=native#text/plain
|
||||
examples/cleandir/cleandirs.lpi svneol=native#text/plain
|
||||
examples/cleandir/cleandirs.lpr svneol=native#text/plain
|
||||
examples/cleandir/confcleandirs.ico -text svneol=unset#image/ico
|
||||
examples/cleandir/confcleandirs.lpi svneol=native#text/plain
|
||||
examples/cleandir/confcleandirs.lpr svneol=native#text/plain
|
||||
examples/cleandir/dircleaner.pp svneol=native#text/plain
|
||||
|
BIN
examples/cleandir/confcleandirs.ico
Normal file
BIN
examples/cleandir/confcleandirs.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
@ -12,6 +12,7 @@
|
||||
<TargetFileExt Value=""/>
|
||||
<Title Value="Configure directory cleaner"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<Icon Value="0"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<UseVersionInfo Value="True"/>
|
||||
@ -73,6 +74,9 @@
|
||||
</Options>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
|
@ -11,10 +11,9 @@ uses
|
||||
{ add your units here },
|
||||
sysutils,
|
||||
dircleaner, frmmain, frmlog;
|
||||
{$ifdef win32}
|
||||
{$R manifest.res}
|
||||
{$R confcleandirs.res}
|
||||
{$endif}
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Title:='Configure directory cleaner';
|
||||
Application.Initialize;
|
||||
|
Loading…
Reference in New Issue
Block a user