X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui.c;fp=src%2Fui.c;h=fecd15b2cfdc3895ea13429af4432994cc6a82cc;hp=a60a44aadca52b66fe7c35b0bf369bcf697dcc8a;hb=a16822176e2bdb982c2330a33749f76aea9f1a8b;hpb=3919f8bf6b6e5541a690b3b834bac11047df3ac6 diff --git a/src/ui.c b/src/ui.c index a60a44a..fecd15b 100644 --- a/src/ui.c +++ b/src/ui.c @@ -78,8 +78,11 @@ on_delete_event_cb(GtkWidget *widget, GdkEvent *event, gpointer data) void ui_show_about_dialog() { + static const char *const authors[] = { "jeanfi@gmail.com", NULL }; + gtk_show_about_dialog (NULL, + "authors", authors, "comments", _("Psensor is a GTK+ application for monitoring hardware " "sensors"), @@ -91,6 +94,7 @@ void ui_show_about_dialog() "logo-icon-name", "psensor", "program-name", "Psensor", "title", _("About Psensor"), + "translator-credits", _("translator-credits"), "version", VERSION, "website", PACKAGE_URL, "website-label", _("Psensor Homepage"),