commit a0b786ab6d0e9287f5e61541445618659d9b0cb5
parent 1f4bf265edc3365b48446431f4e13c771a73eaa0
Author: Paul <paul@claws-mail.org>
Date: Mon, 23 Mar 2020 11:21:34 +0000
fix initial debug line
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/claws.c b/src/common/claws.c
@@ -99,7 +99,7 @@ gboolean claws_init(int *argc, char ***argv)
parse_parameter(argc, argv);
- debug_print("Starting Claws Mail version %s\n", PROG_VERSION);
+ debug_print("Starting Claws Mail version %s\n", VERSION);
setlocale(LC_ALL, "");
#ifdef ENABLE_NLS