Description: Fix about pan
 On Debian, git rev and system info are suppressed.
 .
 Unfortunately, the message contained in this window is:
 .
 Chasiv Yar (; -)
 .
 Which looks like a wink after "Chasiv Yar"
 .
 Given the situation in Ukraine, this is highly inappropriate.
 .
 I'll provide a better fix upstream,.
Forwarded: not-needed
Author: dod
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -1665,7 +1665,7 @@
   GtkAboutDialog * w (GTK_ABOUT_DIALOG (gtk_about_dialog_new ()));
   gtk_about_dialog_set_program_name (w, _("Pan"));
   gtk_about_dialog_set_version (w, PACKAGE_VERSION);
-  gtk_about_dialog_set_comments (w, VERSION_TITLE " (" GIT_REV "; " PLATFORM_INFO ")");
+  gtk_about_dialog_set_comments (w, VERSION_TITLE);
   gtk_about_dialog_set_copyright (w, _("Copyright \u00A9 2002-2021 Charles Kerr and others")); // \u00A9 is unicode for (c)
   gtk_about_dialog_set_website (w, "https://gitlab.gnome.org/GNOME/pan/-/blob/master/README.org");
   gtk_about_dialog_set_logo (w, logo);
