diff --git a/WhyNotWin11.au3 b/WhyNotWin11.au3 index 3bbedac5..fde5b2c7 100644 --- a/WhyNotWin11.au3 +++ b/WhyNotWin11.au3 @@ -770,7 +770,7 @@ Func _GUICtrlSetState($hCtrl, $iState) GUICtrlSetData($hCtrl, "X") GUICtrlSetBkColor($hCtrl, 0xFA113D) Case 1 - GUICtrlSetData($hCtrl, "OK") + GUICtrlSetData($hCtrl, ChrW(10003)) GUICtrlSetBkColor($hCtrl, 0x4CC355) Case 2 GUICtrlSetData($hCtrl, "?")