mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:39:29 +02:00
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:
parent
e335a5c101
commit
f1fdebc841
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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.
@ -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
|
||||
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
Loading…
Reference in New Issue
Block a user