From e23bf0bc1c7e35c66c7be2d8250e7f6073eb3b8b Mon Sep 17 00:00:00 2001 From: c-holtermann Date: Sat, 4 Jul 2020 22:16:13 +0200 Subject: [PATCH] fix SessionOpenMode explanation for SESSION_NEW_OVERWRITE --- libgnucash/engine/qofsession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/engine/qofsession.h b/libgnucash/engine/qofsession.h index 7816229529..4bab7f0fd9 100644 --- a/libgnucash/engine/qofsession.h +++ b/libgnucash/engine/qofsession.h @@ -169,7 +169,7 @@ void qof_session_swap_data (QofSession *session_1, QofSession *session_2); * flag on the book that will prevent many elements from being edited and will * prevent the backend from saving any edits. * @par - * `SESSION_OVERWRITE`: Create a new file or database at the provided uri, + * `SESSION_NEW_OVERWRITE`: Create a new file or database at the provided uri, * deleting any existing file or database. * @par * `SESSION_BREAK_LOCK`: Find an existing file or database, lock it, and open