mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 06: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
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
<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>
|
||||
<dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/></dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user