diff options
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) |
