summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-30 09:19:49 -0700
committerJeff Carr <[email protected]>2019-05-30 09:19:49 -0700
commit2b7c2022be24a454c79a613332487fe7faea508e (patch)
tree388519fbd38a968d7e83fe866e036c3a47a69de7 /splash.go
parent3abb0b92f481341bc80da3b971956e34d2f2ef07 (diff)
more variable name fixes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
-rw-r--r--splash.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/splash.go b/splash.go
index 0c46251..07ae6da 100644
--- a/splash.go
+++ b/splash.go
@@ -22,8 +22,8 @@ func ShowSplashBox(wm *GuiWindow, newText *ui.AttributedString) *ui.Box {
newbox := ui.NewVerticalBox()
newbox.SetPadded(true)
- // initialize the AreaHandler{}
- wm.AH = new(AreaHandler)
+ // initialize the GuiArea{}
+ wm.AH = new(GuiArea)
wm.AH.WM = wm
wm.AH.Attrstr = newText
makeSplashArea(wm, wm.AH)