[Commits] [SCM] claws branch, master, updated. 4.1.0-39-gcb87cf1dd
paul at claws-mail.org
paul at claws-mail.org
Wed Jun 22 10:11:01 CET 2022
The branch, master has been updated
via cb87cf1ddffddb6d19c37cd30b273d53baaab352 (commit)
from 42b153731f3a70642e7901334fb3fc948cefa036 (commit)
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit cb87cf1ddffddb6d19c37cd30b273d53baaab352
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 b0a5fdaee..eb35d54a2 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -9708,7 +9708,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