mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 02:07:07 -06:00
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:
committed by
Tino Reichardt
parent
888ea19c58
commit
92d1609b8a
@@ -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);
|
||||
|
||||
@@ -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 ?
|
||||
|
||||
Reference in New Issue
Block a user