summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go
index 08a97c3..76f5af7 100644
--- a/src/main.go
+++ b/src/main.go
@@ -358,7 +358,7 @@ func (app *App) pickColorFromScreen() (*gdk.RGBA, error) {
358 output, err = cmd.Output() 358 output, err = cmd.Output()
359 if err != nil { 359 if err != nil {
360 dialog := gtk.MessageDialogNew(app.window, gtk.DIALOG_MODAL, gtk.MESSAGE_ERROR, 360 dialog := gtk.MessageDialogNew(app.window, gtk.DIALOG_MODAL, gtk.MESSAGE_ERROR,
361 gtk.BUTTONS_OK, "Color picker not found. Please install 'xcolor') 361 gtk.BUTTONS_OK, "Color picker not found. Please install 'xcolor'")
362 dialog.Run() 362 dialog.Run()
363 dialog.Destroy() 363 dialog.Destroy()
364 return nil, err 364 return nil, err