ide: again rename project.ico to mainiconproject.ico - this way it is more understandable that it is a mainicon of a project file

git-svn-id: trunk@43001 -
This commit is contained in:
paul 2013-09-28 04:10:00 +00:00
parent e335a5c101
commit f1fdebc841
6 changed files with 4 additions and 4 deletions

2
.gitattributes vendored
View File

@ -5602,6 +5602,7 @@ images/lazdoc/insertremark.png -text
images/lazdoc/insertvartag.png -text
images/lprfile.ico -text svneol=unset#image/x-icon
images/mainicon.ico -text svneol=unset#image/ico
images/mainiconproject.ico -text svneol=unset#image/x-icon
images/menu/SelCompPage.png -text svneol=unset#image/png
images/menu/menu_abort_build.png -text svneol=unset#image/png
images/menu/menu_build.png -text svneol=unset#image/png
@ -5729,7 +5730,6 @@ images/packages/pkg_text.png -text svneol=unset#image/png
images/packages/pkg_unit.png -text svneol=unset#image/png
images/powered-by.svg -text svneol=unset#image/svg%2Bxml
images/powered_by.png -text svneol=unset#image/png
images/project.ico -text svneol=unset#image/x-icon
images/sourceeditor/ActiveBreakPoint.png -text
images/sourceeditor/InactiveBreakPoint.png -text
images/sourceeditor/InvalidBreakPoint.png -text

View File

@ -72,8 +72,8 @@ uses
MainBase;
{$I revision.inc}
{$R ../images/laz_images.res}
{$R lazarus.res}
{$R ../images/laz_images.res}
begin
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('lazarus.pp: begin');{$ENDIF}

View File

@ -106,7 +106,7 @@ begin
Icon := TIcon.Create;
ResStream := TMemoryStream.Create;
try
Icon.LoadFromResourceName(HInstance, 'PROJECT');
Icon.LoadFromResourceName(HInstance, 'MAINICONPROJECT');
Icon.SaveToStream(ResStream);
ResStream.Position := 0;
SetStream(ResStream);

Binary file not shown.

View File

@ -1,7 +1,7 @@
btn_downarrow.png
folder.png
template.png
project.ico
mainiconproject.ico
actions/laz_add.png
actions/arrow_down.png
actions/arrow_left.png

View File

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB