Removed stray TODO left over from copy/paste.
This commit is contained in:
parent
992d43ac7b
commit
3a99ee6569
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue