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 /area.go | |
| parent | e6e1fec4426cafeaaf458557d153377f3adce184 (diff) | |
fix QUIT
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ func areaClick(a int, b string) { func makeSplashArea(custom func(int, string)) *ui.Area { // make this button just to get the default font (but don't display the button) // There should be another way to do this (?) - Data.fontButton = CreateFontButton("SplashFont", "CLOSE", custom) + Data.fontButton = CreateFontButton("SplashFont", "DONE", custom) makeAttributedString() Data.splashArea = ui.NewArea(myAH) |
