mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[APPWIZ] Don't set the .lnk filename as the shortcut comment (#7720)
This commit is contained in:
parent
ac175b23b7
commit
396249d9e0
1 changed files with 3 additions and 0 deletions
|
@ -489,6 +489,9 @@ FinishDlgProc(HWND hwndDlg,
|
||||||
PathRemoveExtensionW(pContext->szLinkName);
|
PathRemoveExtensionW(pContext->szLinkName);
|
||||||
PathAddExtensionW(pContext->szLinkName, L".lnk");
|
PathAddExtensionW(pContext->szLinkName, L".lnk");
|
||||||
|
|
||||||
|
/* Don't set a comment */
|
||||||
|
pContext->szDescription[0] = UNICODE_NULL;
|
||||||
|
|
||||||
if (!CreateShortcut(pContext))
|
if (!CreateShortcut(pContext))
|
||||||
{
|
{
|
||||||
WCHAR szMessage[128];
|
WCHAR szMessage[128];
|
||||||
|
|
Loading…
Reference in a new issue