diff options
| author | Jeff Carr <[email protected]> | 2019-05-30 09:58:05 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-30 09:58:05 -0700 |
| commit | 469c7bdd508b25577512704689fd3457aa045ce0 (patch) | |
| tree | 1319e8f10395f90972980022df90022e32b71889 /splash.go | |
| parent | 2b7c2022be24a454c79a613332487fe7faea508e (diff) | |
more variable name changes
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
@@ -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) |
