From 2b7c2022be24a454c79a613332487fe7faea508e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 May 2019 09:19:49 -0700 Subject: more variable name fixes Signed-off-by: Jeff Carr --- splash.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'splash.go') 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) -- cgit v1.2.3