summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-12 10:04:36 -0600
committerJeff Carr <[email protected]>2024-02-12 10:04:36 -0600
commit9f35ee8d3c8d1b37244927585f363ee84167a441 (patch)
treeb61ad27fb3b61106edb5a643f3c5a43afba4e172 /main.go
parent52f207a1055c46526f597316b04aad714625d859 (diff)
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 66e7064..5aa8ef8 100644
--- a/main.go
+++ b/main.go
@@ -35,7 +35,7 @@ func main() {
// This initializes the first window and some widgets
func helloworld() {
- mainWindow = myGui.NewWindow("hello world").SetProgName("BASEWIN1")
+ mainWindow = myGui.NewWindow("primary helloworld window").SetProgName("BASEWIN1")
box := mainWindow.NewBox("vbox", false)
group := box.NewGroup("choices")