summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
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 07ae6da..da2f8f4 100644
--- a/splash.go
+++ b/splash.go
@@ -25,10 +25,10 @@ func ShowSplashBox(wm *GuiWindow, newText *ui.AttributedString) *ui.Box {
// initialize the GuiArea{}
wm.AH = new(GuiArea)
wm.AH.WM = wm
- wm.AH.Attrstr = newText
+ wm.AH.UiAttrstr = newText
makeSplashArea(wm, wm.AH)
- newbox.Append(wm.AH.Area, true)
+ newbox.Append(wm.AH.UiArea, true)
if runtime.GOOS == "linux" {
newbox.Append(ui.NewLabel("OS: Linux"), false)