Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Oct 6, 2021
1 parent a269a2a commit 7b97617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ Func Main(ByRef $aResults, ByRef $aOutput)
GUICtrlSetDefColor($aColors[$iText])
GUICtrlSetDefBkColor($aColors[$iBackground])

Local $aLangs = _FileListToArray(@LocalAppDataDir & "\WhyNotWin11\langs\", "*.lang", $FLTA_FILES)
For $iLoop = 1 To $aLangs[0] Step 1
$aLangs[$iLoop] &= " - " & IniRead(@LocalAppDataDir & "\WhyNotWin11\langs\" & $aLangs[$iLoop], "MetaData", "Language", "Unknown")
Next

Local $hDumpLang = GUICtrlCreateDummy()

Expand Down

0 comments on commit 7b97617

Please sign in to comment.