Skip to content

Commit

Permalink
Revert "#634"
Browse files Browse the repository at this point in the history
This reverts commit b636d3f.
  • Loading branch information
rcmaehl committed Nov 7, 2021
1 parent b636d3f commit f135543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ 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 f135543

Please sign in to comment.