update to 2020
[claws.git] / src / gtk / about.c
index d442387d4f8990f2fa50aa649c471437b51e4b6b..2f81a4eaee59b52989d08e9738cd15cddeb646f7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2018 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2020 Hiroyuki Yamamoto and the Claws Mail team
  *
  * 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
@@ -160,7 +160,7 @@ static GtkWidget *about_create_child_page_info(void)
                                NULL);
 #ifdef GENERIC_UMPC
        ADD_TEXT("\n\n");
-       ADD_TEXT(_("Copyright (C) 1999-2018\nThe Claws Mail Team\n"
+       ADD_TEXT(_("Copyright (C) 1999-2020\nThe Claws Mail Team\n"
                                "and Hiroyuki Yamamoto"));
 #endif
        ADD_TEXT("\n\n");
@@ -791,6 +791,7 @@ static void about_create(void)
        window = gtkut_window_new(GTK_WINDOW_TOPLEVEL, "about");
        gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER_ALWAYS);
        gtk_window_set_title(GTK_WINDOW(window), _("About Claws Mail"));
+       gtk_window_set_type_hint(GTK_WINDOW(window), GDK_WINDOW_TYPE_HINT_DIALOG);
        gtk_container_set_border_width(GTK_CONTAINER(window), 8);
        gtk_widget_set_size_request(window, -1, -1);
        g_signal_connect(G_OBJECT(window), "size_allocate",
@@ -848,7 +849,7 @@ static void about_create(void)
        gtk_box_pack_start(GTK_BOX(vbox2), button, FALSE, FALSE, 0);
 #ifndef GENERIC_UMPC
        label = gtk_label_new
-               (_("Copyright (C) 1999-2018\nThe Claws Mail Team\n"
+               (_("Copyright (C) 1999-2020\nThe Claws Mail Team\n"
                 "and Hiroyuki Yamamoto"));
        gtk_label_set_selectable(GTK_LABEL(label), TRUE);
        gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);