[Commits] [SCM] claws branch, master, updated. 3.18.0-106-g7a8bcbd20

wwp at claws-mail.org wwp at claws-mail.org
Sat Sep 11 23:06:47 CEST 2021


The branch, master has been updated
       via  7a8bcbd2072498a7b9e0fba4a5c6a60f60d8cf85 (commit)
      from  82bd80a3403ef1c7603d3d0148ac371d2c285852 (commit)

Summary of changes:
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 7a8bcbd2072498a7b9e0fba4a5c6a60f60d8cf85
Author: wwp <subscript at free.fr>
Date:   Sat Sep 11 23:04:06 2021 +0200

    g_error's are not translated and have no trailing new-line char.

diff --git a/src/main.c b/src/main.c
index b2b1b77e7..97de7a2f5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1197,7 +1197,7 @@ int main(int argc, char *argv[])
 	MENUITEM_ADDUI("/", "Menus", NULL, GTK_UI_MANAGER_MENUBAR);
 
 	if (!g_thread_supported()) {
-		g_error(_("g_thread is not supported by glib.\n"));
+		g_error("g_thread is not supported by glib.");
 	}
 
 #ifdef G_OS_WIN32

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list