diff options
| author | Jeff Carr <[email protected]> | 2019-05-30 09:19:49 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-30 09:19:49 -0700 |
| commit | 2b7c2022be24a454c79a613332487fe7faea508e (patch) | |
| tree | 388519fbd38a968d7e83fe866e036c3a47a69de7 /splash.go | |
| parent | 3abb0b92f481341bc80da3b971956e34d2f2ef07 (diff) | |
more variable name fixes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
| -rw-r--r-- | splash.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
