summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-06 04:03:17 -0600
committerJeff Carr <[email protected]>2024-02-06 04:03:17 -0600
commitfb88285aeb9e78cb53bba7a5a54cd7306c6263d5 (patch)
treecb92c4ccbb9b16da54f86d3f8562d2073080289b /main.go
parent7071aad1a59904b8328fbb23ac8aeb59b6a4addd (diff)
go.work file for pkgsite
Signed-off-by: Jeff Carr <[email protected]>
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)