more variable name changes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-30 09:58:42 -07:00
parent 1179bc7cf0
commit a77ea2cfc6
1 changed files with 3 additions and 3 deletions

View File

@ -177,9 +177,9 @@ func mainMouseClick(b *gui.GuiButton) {
log.Println("\tmainMouseClick() setting current account = ", b.Account.Nick)
}
if (b.Action == "NEWTEXT") {
wm.AH.Attrstr = getNEWTEXT()
log.Println("AH.Attrstr = ", wm.AH.Attrstr)
wm.AH.Area.QueueRedrawAll()
wm.AH.UiAttrstr = getNEWTEXT()
log.Println("AH.UiAttrstr = ", wm.AH.UiAttrstr)
wm.AH.UiArea.QueueRedrawAll()
} else if (b.Action == "AREA") {
if (config == nil) {
log.Println("gui.State = splash BUT SOMETHING HAS GONE VERY WRONG")