Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Nov 7, 2021
1 parent 0f2daab commit b636d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WhyNotWin11.au3
Expand Up @@ -733,6 +733,7 @@ Func Main(ByRef $aResults, ByRef $aOutput)

GUICtrlCreateLabel(_Translate($aMUI[1], "Language") & ":", 40, 200, 380, 20)
Local $hLanguage = GUICtrlCreateCombo("", 40, 220, 380, 20, $CBS_DROPDOWNLIST+$WS_VSCROLL)
If $aMUI[0] Then GUICtrlSetState(-1, $GUI_DISABLE)
GUICtrlSetData(-1, _ArrayToString($aLangs), $aMUI[1])
GUICtrlCreateLabel(_Translate($aMUI[1], "Translation by") & ":", 40, 250, 100, 20)
GUICtrlCreateLabel(_GetTranslationCredit($aMUI[1]), 140, 250, 280, 40, $SS_RIGHT)
Expand Down

0 comments on commit b636d3f

Please sign in to comment.