summaryrefslogtreecommitdiff
path: root/cmds/buttonplugin
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-08 09:17:17 -0500
committerJeff Carr <[email protected]>2023-04-08 09:17:17 -0500
commitfa0718ff48a2ac2f8b54aed3060101f159484c86 (patch)
treea15e6330ec4575ebb2e91e0bf280c792873db8dd /cmds/buttonplugin
parent5d2f6e7fb241298eb15b1917c1947089a12247fe (diff)
more code deprecation
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin')
-rw-r--r--cmds/buttonplugin/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/buttonplugin/main.go b/cmds/buttonplugin/main.go
index c4b9064..64500bb 100644
--- a/cmds/buttonplugin/main.go
+++ b/cmds/buttonplugin/main.go
@@ -48,7 +48,7 @@ func buttonWindow() {
log.Println("buttonWindow()")
log.Println("buttonWindow()")
- w = myGui.NewWindow2(title)
+ w = myGui.NewWindow2(title).SetText("Nueva Ventana de Botones")
t = w.NewTab("buttonTab")
g = t.NewGroup("buttonGroup")
g1 := t.NewGroup("buttonGroup 2")