change name of credits button from license to credits
This commit is contained in:
2
main.go
2
main.go
@@ -754,7 +754,7 @@ func main() {
|
|||||||
dialog.ShowInformation("about pi", fmt.Sprintf("the XMPP client from hell\n\npi is an experimental XMPP client\nwritten by Sunglocto in Go.\n\nVersion %s", version), w)
|
dialog.ShowInformation("about pi", fmt.Sprintf("the XMPP client from hell\n\npi is an experimental XMPP client\nwritten by Sunglocto in Go.\n\nVersion %s", version), w)
|
||||||
})
|
})
|
||||||
|
|
||||||
licensesbtn := fyne.NewMenuItem("license", func() {
|
licensesbtn := fyne.NewMenuItem("credits", func() {
|
||||||
CreditsWindow(fyne.CurrentApp(), fyne.NewSize(800, 400)).Show()
|
CreditsWindow(fyne.CurrentApp(), fyne.NewSize(800, 400)).Show()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user