|
@@ -316,7 +316,7 @@ begin
|
|
if M = 0 then
|
|
if M = 0 then
|
|
ErrorWithLastError('LoadLibraryEx failed (1)');
|
|
ErrorWithLastError('LoadLibraryEx failed (1)');
|
|
try
|
|
try
|
|
- { Load the 'MAINICON' group icon resource }
|
|
|
|
|
|
+ { Load the 'MAINICON' group icon resource }
|
|
R := FindResource(M, 'MAINICON', RT_GROUP_ICON);
|
|
R := FindResource(M, 'MAINICON', RT_GROUP_ICON);
|
|
if R = 0 then
|
|
if R = 0 then
|
|
ErrorWithLastError('FindResource failed (1)');
|
|
ErrorWithLastError('FindResource failed (1)');
|