summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-15 18:43:49 -0500
committerPietro Gagliardi <[email protected]>2014-02-15 18:43:49 -0500
commit3a99ee65697ba39397b437c5545530b0b948ce4e (patch)
treeab569e69871ba60b51785dd4eec961d9798d6b77
parent992d43ac7b93353448250fade4c0d68ee3160758 (diff)
Removed stray TODO left over from copy/paste.
-rw-r--r--dialog_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/dialog_windows.go b/dialog_windows.go
index 04b1d11..6a01f1b 100644
--- a/dialog_windows.go
+++ b/dialog_windows.go
@@ -93,6 +93,5 @@ func MsgBox(title string, textfmt string, args ...interface{}) {
// MsgBoxError displays a message box to the user with just an OK button and an icon indicating an error.
func MsgBoxError(title string, textfmt string, args ...interface{}) {
- // TODO add an icon?
msgBox(fmt.Sprintf(textfmt, args...), title, _MB_OK | _MB_ICONERROR)
}