shell32: Spelling fixes.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4e5698f72e
commit
cc2a2b0970
|
@ -106,7 +106,7 @@ static int SIC_LoadOverlayIcon(int icon_idx);
|
||||||
* SIC_OverlayShortcutImage [internal]
|
* SIC_OverlayShortcutImage [internal]
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* Creates a new icon as a copy of the passed-in icon, overlayed with a
|
* Creates a new icon as a copy of the passed-in icon, overlaid with a
|
||||||
* shortcut image.
|
* shortcut image.
|
||||||
*/
|
*/
|
||||||
static HICON SIC_OverlayShortcutImage(HICON SourceIcon, BOOL large)
|
static HICON SIC_OverlayShortcutImage(HICON SourceIcon, BOOL large)
|
||||||
|
@ -332,7 +332,7 @@ static INT SIC_LoadIcon (LPCWSTR sSourceFile, INT dwSourceIndex, DWORD dwFlags)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WARN("Failed to create shortcut overlayed icons\n");
|
WARN("Failed to create shortcut overlaid icons\n");
|
||||||
if (NULL != hiconLargeShortcut) DestroyIcon(hiconLargeShortcut);
|
if (NULL != hiconLargeShortcut) DestroyIcon(hiconLargeShortcut);
|
||||||
if (NULL != hiconSmallShortcut) DestroyIcon(hiconSmallShortcut);
|
if (NULL != hiconSmallShortcut) DestroyIcon(hiconSmallShortcut);
|
||||||
dwFlags &= ~ GIL_FORSHORTCUT;
|
dwFlags &= ~ GIL_FORSHORTCUT;
|
||||||
|
|
Loading…
Reference in New Issue