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:
parent
125cc7d477
commit
e1c4e7d655
|
@ -7,8 +7,6 @@ import (
|
|||
"os"
|
||||
)
|
||||
|
||||
// TODO change what the default window titles are?
|
||||
|
||||
var (
|
||||
_messageBox = user32.NewProc("MessageBoxW")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue