From 92d1609b8a7501451fbba2bdb57dd4bb614d2553 Mon Sep 17 00:00:00 2001 From: Jevil7452 <98893064+Jevil7452@users.noreply.github.com> Date: Sat, 27 May 2023 23:39:45 +0200 Subject: [PATCH] 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 --- C/Util/7zipInstall/7zipInstall.c | 2 +- C/Util/7zipUninstall/7zipUninstall.c | 2 +- CPP/7zip/UI/FileManager/7zFM.exe.manifest | 2 +- CPP/7zip/UI/FileManager/resource.rc | 2 +- DOC/7zip.wxs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/C/Util/7zipInstall/7zipInstall.c b/C/Util/7zipInstall/7zipInstall.c index 2305ffcb..8c383573 100644 --- a/C/Util/7zipInstall/7zipInstall.c +++ b/C/Util/7zipInstall/7zipInstall.c @@ -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); diff --git a/C/Util/7zipUninstall/7zipUninstall.c b/C/Util/7zipUninstall/7zipUninstall.c index d9ceb870..7f56e0b1 100644 --- a/C/Util/7zipUninstall/7zipUninstall.c +++ b/C/Util/7zipUninstall/7zipUninstall.c @@ -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 ? diff --git a/CPP/7zip/UI/FileManager/7zFM.exe.manifest b/CPP/7zip/UI/FileManager/7zFM.exe.manifest index 6a13c923..64728882 100644 --- a/CPP/7zip/UI/FileManager/7zFM.exe.manifest +++ b/CPP/7zip/UI/FileManager/7zFM.exe.manifest @@ -1,7 +1,7 @@ - 7-Zip File Manager. + 7-Zip ZS File Manager. diff --git a/CPP/7zip/UI/FileManager/resource.rc b/CPP/7zip/UI/FileManager/resource.rc index be6a5fe7..b1127ba0 100644 --- a/CPP/7zip/UI/FileManager/resource.rc +++ b/CPP/7zip/UI/FileManager/resource.rc @@ -2,7 +2,7 @@ #include "../../GuiCommon.rc" #include "resource.h" -MY_VERSION_INFO_APP("7-Zip File Manager", "7zFM") +MY_VERSION_INFO_APP("7-Zip ZS File Manager", "7zFM") IDR_ACCELERATOR1 ACCELERATORS BEGIN diff --git a/DOC/7zip.wxs b/DOC/7zip.wxs index 123182ec..53514af9 100644 --- a/DOC/7zip.wxs +++ b/DOC/7zip.wxs @@ -187,7 +187,7 @@ - +