diff options
| author | Jeff Carr <[email protected]> | 2019-05-31 22:28:02 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-31 22:28:02 -0700 |
| commit | a9c1b9321e19d28a1b0b0368094a7d648837d763 (patch) | |
| tree | 0408473c9ae6f533e668fdeaf32cb4d890d3ec36 /splash.go | |
| parent | 05ac24551744e0bd03d1f6556582df4fe31c8c5b (diff) | |
v0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
| -rw-r--r-- | splash.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -74,9 +74,6 @@ func ShowSplashBox(gw *GuiWindow, newText *ui.AttributedString) *GuiBox { okButton := CreateButton(gb, nil, nil, "OK", "AREA", nil) newbox.Append(okButton.B, false) - okButton = CreateButton(gb, nil, nil, "NEWTEXT", "NEWTEXT", nil) - newbox.Append(okButton.B, false) - // os.Exit(0) return gb } |
