[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-26-g050b27da2
wwp at claws-mail.org
wwp at claws-mail.org
Mon Jan 2 17:36:27 UTC 2023
The branch, gtk2 has been updated
via 050b27da2e1c225ad978358e5abad618f11c85e1 (commit)
from 48939ec76cd3720170fa688be02ce912b6153ed7 (commit)
Summary of changes:
src/gtk/about.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 050b27da2e1c225ad978358e5abad618f11c85e1
Author: Paul <paul at claws-mail.org>
Date: Mon Jan 2 17:30:59 2023 +0000
bump the year
diff --git a/src/gtk/about.c b/src/gtk/about.c
index feca6d5f8..12a79ce6c 100644
--- a/src/gtk/about.c
+++ b/src/gtk/about.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2022 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2023 the Claws Mail team and 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
@@ -161,7 +161,7 @@ static GtkWidget *about_create_child_page_info(void)
NULL);
#ifdef GENERIC_UMPC
ADD_TEXT("\n\n");
- ADD_TEXT(_("Copyright (C) 1999-2022\nThe Claws Mail Team\n"
+ ADD_TEXT(_("Copyright (C) 1999-2023\nThe Claws Mail Team\n"
"and Hiroyuki Yamamoto"));
#endif
ADD_TEXT("\n\n");
@@ -863,7 +863,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-2022\nThe Claws Mail Team\n"
+ (_("Copyright (C) 1999-2023\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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list