Add "ZS" to the file manager's name

This will allow for differentiation between standard 7-Zip and 7-Zip ZS
in the start menu.

Signed-off-by: Jevil7452 <98893064+Jevil7452@users.noreply.github.com>
Reviewed-by: Tino Reichardt <milky-7zip@mcmilk.de>
This commit is contained in:
Jevil7452
2023-05-27 23:39:45 +02:00
committed by Tino Reichardt
parent 888ea19c58
commit 92d1609b8a
5 changed files with 5 additions and 5 deletions

View File

@@ -803,7 +803,7 @@ static void SetShellProgramsGroup(HWND hwndOwner)
for (k = 0; k < 2; k++)
{
CpyAscii(link + baseLen, k == 0 ?
"7-Zip File Manager.lnk" :
"7-Zip ZS File Manager.lnk" :
"7-Zip Help.lnk"
);
wcscpy(destPath, path);

View File

@@ -366,7 +366,7 @@ static void SetShellProgramsGroup(HWND hwndOwner)
for (k = 0; k < 2; k++)
{
CpyAscii(link + baseLen, k == 0 ?
"7-Zip File Manager.lnk" :
"7-Zip ZS File Manager.lnk" :
"7-Zip Help.lnk");
wcscpy(destPath, path);
CatAscii(destPath, k == 0 ?