Decided not to change the default window title of a MsgBox() on Windows for now. If I change my mind, it's a documentaiton change =P

This commit is contained in:
Pietro Gagliardi 2014-06-05 11:03:18 -04:00
parent 125cc7d477
commit e1c4e7d655
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ import (
"os"
)
// TODO change what the default window titles are?
var (
_messageBox = user32.NewProc("MessageBoxW")
)