summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.go b/src/main.go
index 76f5af7..a13ffef 100644
--- a/src/main.go
+++ b/src/main.go
@@ -341,9 +341,9 @@ func (app *App) onAboutClicked() {
341 dialog.SetTransientFor(app.window) 341 dialog.SetTransientFor(app.window)
342 dialog.SetProgramName(appTitle) 342 dialog.SetProgramName(appTitle)
343 dialog.SetVersion(appVersion) 343 dialog.SetVersion(appVersion)
344 dialog.SetComments("A color picker with screen color grabbing support") 344 dialog.SetComments("a color picker inspired by agave, but only with the features kj_sh604 actually used")
345 dialog.SetAuthors([]string{"kjagave 2025", "Based on gcolor2 by Ned Haughton"}) 345 dialog.SetAuthors([]string{"kjagave 2025", "kj_sh604"})
346 dialog.SetLicense("GPL-2.0") 346 dialog.SetLicense("0BSD")
347 dialog.Run() 347 dialog.Run()
348 dialog.Destroy() 348 dialog.Destroy()
349} 349}