diff options
| author | Jeff Carr <[email protected]> | 2019-05-23 11:03:26 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-23 11:03:26 -0700 |
| commit | 5775e40780904a12b304d09badce009cd64a6c0b (patch) | |
| tree | 1a7c8301e4ce38e21079145fad97c1fd88271c34 /splash.go | |
| parent | e6e1fec4426cafeaaf458557d153377f3adce184 (diff) | |
fix QUIT
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
| -rw-r--r-- | splash.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ func ShowSplashBox(vbox *ui.Box, atest chan int, custom func(int, string)) *ui.B newbox.Append(ui.NewLabel(tmp), false) } - okButton := CreateButton("OK", "CLOSE", custom) + okButton := CreateButton("OK", "DONE", custom) newbox.Append(okButton, false) if (vbox != nil) { |
