diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-05 11:03:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-05 11:03:18 -0400 |
| commit | e1c4e7d655a9402401f7a4c72d1a1d48ac6604c7 (patch) | |
| tree | 3a721c6db035154141e2db9b10de98e2688cb8ea | |
| parent | 125cc7d477835309f7a065817bf8c32e9f6c6f28 (diff) | |
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
| -rw-r--r-- | dialog_windows.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dialog_windows.go b/dialog_windows.go index dec06ae..131319d 100644 --- a/dialog_windows.go +++ b/dialog_windows.go @@ -7,8 +7,6 @@ import ( "os" ) -// TODO change what the default window titles are? - var ( _messageBox = user32.NewProc("MessageBoxW") ) |
