mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
Fixed an incorrect variable reference in Localization.script that caused manually setting the user locale to fail. (#38)
This commit is contained in:
@@ -40,8 +40,8 @@ Author=Homes32
|
||||
Level=4
|
||||
Selected=True
|
||||
Mandatory=False
|
||||
Version=1.3.1.0
|
||||
Date=2023-01-02
|
||||
Version=1.3.2.0
|
||||
Date=2023-04-27
|
||||
|
||||
[Variables]
|
||||
%DismLog%="%TargetWindows%\Logs\DISM\dism.log"
|
||||
@@ -67,7 +67,7 @@ End
|
||||
Else,Set,%InputLocale2%,%cmb_InputLocale2%
|
||||
|
||||
// Format Date/Time
|
||||
StrFormat,POS,%UserLocale%,),%Pos%
|
||||
StrFormat,POS,%cmb_UserLocale%,),%Pos%
|
||||
If,%Pos%,Bigger,0,Begin
|
||||
StrFormat,LTRIM,%cmb_UserLocale%,1,%UserLocale%
|
||||
Math,Sub,%Pos%,%Pos%,2
|
||||
|
Reference in New Issue
Block a user