mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SHELL32]
- Use target path when there is no icon path specified svn path=/trunk/; revision=47100
This commit is contained in:
@@ -2672,6 +2672,9 @@ SH_ShellLinkDlgProc(
|
||||
case 14021:
|
||||
if (This->sIcoPath)
|
||||
wcscpy(szBuffer, This->sIcoPath);
|
||||
else
|
||||
wcscpy(szBuffer, This->sPath);
|
||||
|
||||
IconIndex = This->iIcoNdx;
|
||||
if (PickIconDlg(hwndDlg, szBuffer, MAX_PATH, &IconIndex))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user