[evolution/gnome-3-24] Show VERSION_SUBSTRING and VERSION_COMMENT in Help->About



commit aa786717c5a2aa2d881ba8b6af7411fa437efbc7
Author: Milan Crha <mcrha redhat com>
Date:   Wed Apr 26 09:15:58 2017 +0200

    Show VERSION_SUBSTRING and VERSION_COMMENT in Help->About

 src/shell/e-shell-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell/e-shell-utils.c b/src/shell/e-shell-utils.c
index d825cb9..70829dd 100644
--- a/src/shell/e-shell-utils.c
+++ b/src/shell/e-shell-utils.c
@@ -423,7 +423,7 @@ e_shell_utils_run_help_about (EShell *shell)
        gtk_show_about_dialog (
                e_shell_get_active_window (shell),
                "program-name", "Evolution",
-               "version", VERSION,
+               "version", VERSION VERSION_SUBSTRING " " VERSION_COMMENT,
                "copyright", EVOLUTION_COPYRIGHT,
                "comments", _("Groupware Suite"),
                "website", PACKAGE_URL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]