grid spreadsheet example: forgot to commit change in project files when using project icon in .res instead of .lrs

git-svn-id: trunk@27883 -
This commit is contained in:
vincents 2010-10-26 12:39:48 +00:00
parent 4ae97a5e89
commit e618b79e17
2 changed files with 19 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,8 @@ uses
Forms
{ you can add units after this }, main;
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);