change name of credits button from license to credits

This commit is contained in:
2025-09-03 07:59:23 +01:00
parent 3f6b87623d
commit d8bb1c3232

View File

@@ -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()
}) })