[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-45-gcab58c90f
paul at claws-mail.org
paul at claws-mail.org
Wed Jun 22 13:24:29 CET 2022
The branch, gtk2 has been updated
via cab58c90fbd6ac180ff21f1ff2fad91e6a50c05a (commit)
from 309f02207934a483fe552ff605c6bf700f873a9e (commit)
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit cab58c90fbd6ac180ff21f1ff2fad91e6a50c05a
Author: Paul <paul at claws-mail.org>
Date: Wed Jun 22 11:10:56 2022 +0100
make the external editor error msg more useful and less obscure
diff --git a/src/compose.c b/src/compose.c
index 2afaa20f7..41745fe30 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -9740,7 +9740,7 @@ static void compose_exec_ext_editor(Compose *compose)
G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_SEARCH_PATH,
NULL, NULL, &pid, &error)) {
alertpanel_error(_("Could not spawn the following "
- "command:\n%s\n%s"),
+ "external editor command:\n%s\n%s"),
cmd, error ? error->message : _("Unknown error"));
if (error)
g_error_free(error);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list