summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-05 11:03:18 -0400
committerPietro Gagliardi <[email protected]>2014-06-05 11:03:18 -0400
commite1c4e7d655a9402401f7a4c72d1a1d48ac6604c7 (patch)
tree3a721c6db035154141e2db9b10de98e2688cb8ea
parent125cc7d477835309f7a065817bf8c32e9f6c6f28 (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.go2
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")
)