diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 13:33:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 13:33:04 -0600 |
| commit | e4c3aafb7b48ee44b677ee6e5d244ad85aecf985 (patch) | |
| tree | 3c5969dcb90b42e57bbb808edf48aee9a04de629 /main.go | |
| parent | 464dcfa28e729ddc7d72d48663c61ff2dd071303 (diff) | |
more accurate name
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ func main() { vbox2 := box.NewVerticalBox("BOX2") globalBuildOptions(vbox2) - me.summary = summaryBox(vbox2) + me.summary = submitPatchesBox(vbox2) globalResetOptions(box) |
