From e1c4e7d655a9402401f7a4c72d1a1d48ac6604c7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 5 Jun 2014 11:03:18 -0400 Subject: [PATCH] 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 --- dialog_windows.go | 2 -- 1 file changed, 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") )