diff options
| -rw-r--r-- | test/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go index bdeb38b..db01d15 100644 --- a/test/main.go +++ b/test/main.go @@ -538,7 +538,7 @@ func (handler *testwinhandler) Event(e Event, d interface{}) { invalidTest(handler.cb1, handler.lb1, nil, nil) case handler.bmsg: MsgBox("Title Only, no parent", "") - MsgBox("Title and Text", "parent") + handler.w.MsgBox("Title and Text", "parent") } // == TODO == // case CusotmEvent: |
