mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Merge branch 'about-version' into 'master'
sysprof: Show version in about dialog without GNOME prefix See merge request GNOME/sysprof!131
This commit is contained in:
@ -188,7 +188,7 @@ sysprof_about (GSimpleAction *action,
|
||||
adw_show_about_dialog (GTK_WIDGET (window),
|
||||
"application-name", _("Sysprof"),
|
||||
"application-icon", APP_ID_S,
|
||||
"version", "GNOME " PACKAGE_VERSION,
|
||||
"version", PACKAGE_VERSION,
|
||||
"copyright", "Copyright 2004-2009 Søren Sandmann Pedersen\n"
|
||||
"Copyright 2016-2023 Christian Hergert",
|
||||
"issue-url", "https://gitlab.gnome.org/GNOME/sysprof/-/issues/new",
|
||||
|
||||
Reference in New Issue
Block a user