sync with 0.8.8cvs5
[claws.git] / src / about.c
index cede677b6d008f541e7218935f9f3f94e0f513c4..d1c817e842c76e67d00c55c24a1366c92936d8a0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2001 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2002 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -57,8 +57,10 @@ void about_show(void)
 {
        if (!window)
                about_create();
-       else
+       else {
+               gtk_widget_hide(window);
                gtk_widget_show(window);
+       }
 }
 
 static void about_create(void)
@@ -134,17 +136,17 @@ static void about_create(void)
 #if INET6
                   " IPv6"
 #endif
-#if HAVE_LIBCOMPFACE
-                  " libcompface"
+#if HAVE_ICONV
+                  " iconv"
 #endif
-#if HAVE_LIBJCONV
-                  " libjconv"
+#if HAVE_LIBCOMPFACE
+                  " compface"
 #endif
 #if USE_GPGME
-                  " GPGME"
+                  " GnuPG"
 #endif
-#if USE_SSL
-                  " SSL"
+#if USE_OPENSSL
+                  " OpenSSL"
 #endif
 #if USE_LDAP
                   " LDAP"
@@ -152,8 +154,8 @@ static void about_create(void)
 #if USE_JPILOT
                   " JPilot"
 #endif
-#if USE_PSPELL
-                  " pspell"
+#if USE_ASPELL
+                  " GNU/aspell"
 #endif
        "");
 
@@ -161,7 +163,7 @@ static void about_create(void)
        gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
 
        label = gtk_label_new
-               ("Copyright (C) 1999-2001 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+               ("Copyright (C) 1999-2002 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
        gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
 
        hbox = gtk_hbox_new(FALSE, 0);
@@ -203,16 +205,6 @@ static void about_create(void)
 
        gtk_text_freeze(GTK_TEXT(text));
 
-       gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL,
-               _("The portions applied from fetchmail is Copyright 1997 by Eric S. "
-                 "Raymond.  Portions of those are also copyrighted by Carl Harris, "
-                 "1993 and 1995.  Copyright retained for the purpose of protecting free "
-                 "redistribution of source.\n\n"), -1);
-
-       gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL,
-               _("Kcc is copyright by Yasuhiro Tonooka <tonooka@msi.co.jp>, "
-                 "and libkcc is copyright by takeshi@SoftAgency.co.jp.\n\n"), -1);
-
 #if USE_GPGME
        gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL,
                _("GPGME is copyright 2001 by Werner Koch <dd9jn@gnu.org>\n\n"), -1);