* Add application icon

git-svn-id: trunk@60739 -
This commit is contained in:
michael 2019-03-20 19:10:11 +00:00
parent 7ff89755ee
commit 29c8cde0df
5 changed files with 4 additions and 0 deletions

1
.gitattributes vendored
View File

@ -12284,6 +12284,7 @@ tools/lazdatadesktop/languages/lazdatadesktop.ru.po svneol=native#text/plain
tools/lazdatadesktop/languages/lazdatadesktop.uk.po svneol=native#text/plain
tools/lazdatadesktop/languages/lazdatadesktop.zh_CN.po svneol=native#text/plain
tools/lazdatadesktop/lazdatadeskstr.pas svneol=native#text/plain
tools/lazdatadesktop/lazdatadesktop.ico -text
tools/lazdatadesktop/lazdatadesktop.lpi svneol=native#text/plain
tools/lazdatadesktop/lazdatadesktop.lpr svneol=native#text/plain
tools/lazdatadesktop/lazdatadesktop.res -text

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -11,7 +11,9 @@
<MainUnit Value="0"/>
<AutoCreateForms Value="False"/>
<Title Value="Lazarus Data Desktop"/>
<Scaled Value="True"/>
<UseXPManifest Value="True"/>
<Icon Value="0"/>
</General>
<i18n>
<EnableI18N Value="True" LFM="False"/>

View File

@ -15,6 +15,7 @@ uses
{$R *.res}
begin
Application.Scaled:=True;
Application.Title:='Lazarus Data Desktop';
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);