[balsa/wip/gmime3] main-window.c: Update the 'about' dialog



commit c75d00f406c5c96ad9e847fa2d8d2f26ff3895d5
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Jun 26 20:36:06 2018 -0400

    main-window.c: Update the 'about' dialog
    
            * src/main-window.c (about_activated): Update the 'about'
            dialog.

 ChangeLog         | 5 +++++
 src/main-window.c | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8ac963554..1162e6ea7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-26  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       * src/main-window.c (about_activated): Update the 'about'
+       dialog.
+
 2018-06-26  Peter Bloomfield  <pbloomfield bellsouth net>
 
        * src/main-window.c (bw_real_open_mbnode_idle_cb),
diff --git a/src/main-window.c b/src/main-window.c
index f02bdc148..fd5d012de 100644
--- a/src/main-window.c
+++ b/src/main-window.c
@@ -988,7 +988,7 @@ about_activated(GSimpleAction * action,
     gtk_show_about_dialog(window,
                           "version", BALSA_VERSION,
                           "copyright",
-                          "Copyright \xc2\xa9 1997-2018 The Balsa Developers",
+                          "Copyright © 1997-2018 The Balsa Developers",
                           "comments",
                           _("The Balsa email client is part of "
                             "the GNOME desktop environment."),
@@ -1000,7 +1000,7 @@ about_activated(GSimpleAction * action,
                           strcmp(translator_credits, "translator-credits") ?
                          translator_credits : NULL,
                          "logo", balsa_logo,
-                          "website", "http://balsa.gnome.org";,
+                          "website", "https://pawsa.fedorapeople.org/balsa/";,
                           "wrap-license", TRUE,
                           NULL);
     g_object_unref(balsa_logo);


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