summaryrefslogtreecommitdiff
path: root/mainCloudBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-30 08:55:54 -0700
committerJeff Carr <[email protected]>2019-05-30 08:55:54 -0700
commit3abb0b92f481341bc80da3b971956e34d2f2ef07 (patch)
tree580c7a93d0749d3c048db810bb0f234d1b9732ac /mainCloudBox.go
parent5ad5afee4d9cc4b6abb527ded4ff321807af2f0f (diff)
more variable name fixes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainCloudBox.go')
-rw-r--r--mainCloudBox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go
index 9b42a26..4a8aab6 100644
--- a/mainCloudBox.go
+++ b/mainCloudBox.go
@@ -259,7 +259,7 @@ func InitWindow(wm *GuiWindow) {
wm.W.SetBorderless(false)
// create a 'fake' button entry for the mouse clicks
- var newBM ButtonMap
+ var newBM GuiButton
newBM.Action = "QUIT"
newBM.W = wm.W
newBM.WM = wm