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 /window.go | |
| parent | 5d2f6e7fb241298eb15b1917c1947089a12247fe (diff) | |
more code deprecation
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,8 +61,8 @@ func (n *Node) NewWindow2(title string) *Node { a.ActionType = toolkit.Add a.Width = Config.Width a.Height = Config.Height - a.Name = Config.Title - a.Text = Config.Title + a.Name = title + a.Text = title newaction(&a, newNode, n) return newNode |
