From 5c0c91aa21feb6bdcd116ae9aa2ce8a8854b0125 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 11 Apr 2019 14:12:03 +0200 Subject: =?UTF-8?q?gtk3:=20use=20=E2=80=9Cprogram-name=E2=80=9D=20property?= =?UTF-8?q?=20in=20gtk=5Fshow=5Fabout=5Fdialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also fixes the properties order to show properly the window title localized (l10n). --- src/callbacks.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 1cf0ede..149e955 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -200,10 +200,10 @@ cb_about (GtkAction *action, gpointer data) gtk_show_about_dialog ( GTK_WINDOW (procdata->app), - "name", _("System Monitor"), + "program-name", _("System Monitor"), + "version", VERSION, "title", _("About System Monitor"), "comments", _("View current processes and monitor system state"), - "version", VERSION, "copyright", _("Copyright \xc2\xa9 2001-2004 Kevin Vandersloot\n" "Copyright \xc2\xa9 2005-2007 BenoƮt Dejean\n" "Copyright \xc2\xa9 2011-2019 MATE developers"), -- cgit v1.2.1