From 2ad175d0c9cbf36511367db9e31d12402369cc07 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Tue, 5 Aug 2025 21:20:23 -0500 Subject: [PATCH] Fixed a bug in Explorer++ that caused the script to fail if an language other then English was selected. --- .../Applications/File Management/Explorer++.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/PhoenixPE/Applications/File Management/Explorer++.script b/Projects/PhoenixPE/Applications/File Management/Explorer++.script index 7896c14..4c7b385 100644 --- a/Projects/PhoenixPE/Applications/File Management/Explorer++.script +++ b/Projects/PhoenixPE/Applications/File Management/Explorer++.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.1.0 -Date=2022-02-24 +Version=1.1.2.0 +Date=2024-08-05 [Variables] %ProgramFolder%="Explorer++" @@ -77,7 +77,7 @@ StrFormat,SPLIT,%cmb_Language%,"[",2,%Lang% StrFormat,RTRIM,%Lang%,1,%Lang% If,Not,%cmb_Language%,Equal,"Auto",Begin - If,Not,%cmb_Language%,Equal,"English [EN]",Begin,If,Not,ExistFile,"%TargetPrograms%\%ProgramFolder%\Explorer++%Lang%.dll",Begin + If,Not,%cmb_Language%,Equal,"English [EN]",If,Not,ExistFile,"%TargetPrograms%\%ProgramFolder%\Explorer++%Lang%.dll",Begin // Halt if the language dll doesn't exist. Halt,"Error: Language resources [%TargetPrograms%\%ProgramFolder%\Explorer++%Lang%.dll] do not exist." End