mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 23:50:25 +02:00
IDE: restrictionbrowser: give back DebugLn message
git-svn-id: trunk@58136 -
This commit is contained in:
parent
640a3ed946
commit
fbebcf4d95
@ -99,11 +99,9 @@ begin
|
|||||||
Down := True;
|
Down := True;
|
||||||
AllowAllUp := True;
|
AllowAllUp := True;
|
||||||
Images := IDEImages.Images_16;
|
Images := IDEImages.Images_16;
|
||||||
try
|
ImageIndex := IDEImages.LoadImage('issue_'+LCLPlatformDirNames[P]);
|
||||||
ImageIndex := IDEImages.LoadImage('issue_'+LCLPlatformDirNames[P]);
|
if ImageIndex<0 then
|
||||||
except
|
|
||||||
DebugLn('Restriction Browser: Unable to load image for ' + LCLPlatformDirNames[P] + '!');
|
DebugLn('Restriction Browser: Unable to load image for ' + LCLPlatformDirNames[P] + '!');
|
||||||
end;
|
|
||||||
ShowHint := True;
|
ShowHint := True;
|
||||||
Hint := LCLPlatformDisplayNames[P];
|
Hint := LCLPlatformDisplayNames[P];
|
||||||
OnClick := @NameFilterEditChange;
|
OnClick := @NameFilterEditChange;
|
||||||
|
Loading…
Reference in New Issue
Block a user