diff options
Diffstat (limited to 'cmds/buttonplugin/main.go')
| -rw-r--r-- | cmds/buttonplugin/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/buttonplugin/main.go b/cmds/buttonplugin/main.go index d206591..7ced40b 100644 --- a/cmds/buttonplugin/main.go +++ b/cmds/buttonplugin/main.go @@ -35,7 +35,7 @@ func buttonWindow() { log.Println("buttonWindow() START") w = myGui.NewWindow(title).SetText("Nueva Ventana de Botones") - t = w.NewTab("buttonTab") + t = w.NewTab("buttonTab is this thing") g = t.NewGroup("buttonGroup") g1 := t.NewGroup("buttonGroup 2") more = g1.NewGroup("more") |
