diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 09:17:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 09:17:17 -0500 |
| commit | fa0718ff48a2ac2f8b54aed3060101f159484c86 (patch) | |
| tree | a15e6330ec4575ebb2e91e0bf280c792873db8dd /cmds/buttonplugin | |
| parent | 5d2f6e7fb241298eb15b1917c1947089a12247fe (diff) | |
more code deprecation
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin')
| -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 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") |
