mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 08:11:33 -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++)
|
for (k = 0; k < 2; k++)
|
||||||
{
|
{
|
||||||
CpyAscii(link + baseLen, k == 0 ?
|
CpyAscii(link + baseLen, k == 0 ?
|
||||||
"7-Zip File Manager.lnk" :
|
"7-Zip ZS File Manager.lnk" :
|
||||||
"7-Zip Help.lnk"
|
"7-Zip Help.lnk"
|
||||||
);
|
);
|
||||||
wcscpy(destPath, path);
|
wcscpy(destPath, path);
|
||||||
|
|||||||
@@ -366,7 +366,7 @@ static void SetShellProgramsGroup(HWND hwndOwner)
|
|||||||
for (k = 0; k < 2; k++)
|
for (k = 0; k < 2; k++)
|
||||||
{
|
{
|
||||||
CpyAscii(link + baseLen, k == 0 ?
|
CpyAscii(link + baseLen, k == 0 ?
|
||||||
"7-Zip File Manager.lnk" :
|
"7-Zip ZS File Manager.lnk" :
|
||||||
"7-Zip Help.lnk");
|
"7-Zip Help.lnk");
|
||||||
wcscpy(destPath, path);
|
wcscpy(destPath, path);
|
||||||
CatAscii(destPath, k == 0 ?
|
CatAscii(destPath, k == 0 ?
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="7-Zip.7-Zip.7zFM" type="win32"/>
|
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="7-Zip.7-Zip.7zFM" type="win32"/>
|
||||||
<description>7-Zip File Manager.</description>
|
<description>7-Zip ZS File Manager.</description>
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/></dependentAssembly>
|
<dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/></dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#include "../../GuiCommon.rc"
|
#include "../../GuiCommon.rc"
|
||||||
#include "resource.h"
|
#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
|
IDR_ACCELERATOR1 ACCELERATORS
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|||||||
@@ -187,7 +187,7 @@
|
|||||||
|
|
||||||
<Component Id="Fm" Guid="$(var.CompFm)" DiskId="1" Win64="$(var.Is64)">
|
<Component Id="Fm" Guid="$(var.CompFm)" DiskId="1" Win64="$(var.Is64)">
|
||||||
<File Id="_7zFM.exe" Name="7zFM.exe">
|
<File Id="_7zFM.exe" Name="7zFM.exe">
|
||||||
<Shortcut Id="startmenuFmShortcut" Directory="PMenu" Name="7zipFM" LongName="7-Zip File Manager" />
|
<Shortcut Id="startmenuFmShortcut" Directory="PMenu" Name="7zipFM" LongName="7-Zip ZS File Manager" />
|
||||||
</File>
|
</File>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user