diff options
Diffstat (limited to 'splash.go')
| -rw-r--r-- | splash.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ func ShowSplashBox(vbox *ui.Box, atest chan int, custom func(*ButtonMap)) *ui.Bo } } - okButton := CreateButton("OK", "DONE", custom) + okButton := CreateButton(nil, nil, "OK", "DONE", custom) newbox.Append(okButton, false) if (vbox != nil) { |
