Skip to content

Commit cf129ab

Browse files
authored
Update 001-BasicDemo.au3
1 parent 21f7ce2 commit cf129ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/001-BasicDemo.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Func _BridgeMyEventsHandler_OnMessageReceived($oWebV2M, $hGUI, $sMessage)
108108
If $sMessage = "CLOSE_APP" Then
109109
If MsgBox(36, "Confirm", "Exit Application?", 0, $hGUI) = 6 Then Exit
110110
Else
111-
MsgBox(64, "JS Notification", "Message from Browser: " & $sMessage)
111+
MsgBox($MB_ICONINFORMATION, "JS Notification", "Message from Browser: " & $sMessage)
112112
$iMsgCnt += 1
113113
UpdateWebUI($oWebV2M, "mainTitle", $iMsgCnt & " Hello from AutoIt!")
114114
EndIf

0 commit comments

Comments
 (0)