summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index f713448..7e60afd 100644
--- a/main.go
+++ b/main.go
@@ -63,8 +63,8 @@ func main() {
}
func autotypistWindow() {
- win := me.myGui.NewWindow("autotypist for GO & git. it types faster than you can.")
- box := win.NewBox("bw hbox", true)
+ me.autotypistWindow = me.myGui.NewWindow("autotypist for GO & git. it types faster than you can.")
+ box := me.autotypistWindow.NewBox("bw hbox", true)
globalDisplayOptions(box)
globalBuildOptions(box)