[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-159-g33c9a6ca3
wwp at claws-mail.org
wwp at claws-mail.org
Sat Sep 11 23:04:29 CEST 2021
The branch, gtk3 has been updated
via 33c9a6ca39e04801e95332a4e0a087778ad8e760 (commit)
from 121dfea858507a89683c16ed417e0ac185fd16a6 (commit)
Summary of changes:
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 33c9a6ca39e04801e95332a4e0a087778ad8e760
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 902857081..4a55315eb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1181,7 +1181,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