diff options
Diffstat (limited to 'geyes')
-rw-r--r-- | geyes/geyes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/geyes/geyes.c b/geyes/geyes.c index 52e257b0..98f196d6 100644 --- a/geyes/geyes.c +++ b/geyes/geyes.c @@ -172,6 +172,7 @@ about_cb (GtkAction *action, }; gtk_show_about_dialog (NULL, + "title", _("About Eyes"), "version", VERSION, "comments", _("A goofy set of eyes for the MATE " "panel. They follow your mouse."), |