fix the window name

This commit is contained in:
Jeff Carr 2024-02-20 10:59:24 -06:00
parent a5cd066cd2
commit d84420e443
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func makeRepoView() *repoWindow {
return me.repos
}
r := new(repoWindow)
r.win = gadgets.RawBasicWindow("All git repositories in ~/go/src/")
r.win = gadgets.RawBasicWindow("GUI repositories in ~/go/src/")
r.win.Make()
r.box = r.win.Box().NewBox("bw vbox", false)