From ea52a5f4bd2dc963c0c3f8e3ab14d7c5f5105878 Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Mon, 21 Oct 2024 19:57:18 +0200 Subject: [PATCH] Clarify that topics should be written after journals --- apps/opencs/model/doc/saving.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/opencs/model/doc/saving.cpp b/apps/opencs/model/doc/saving.cpp index 58247ea92a..bb5f9cc696 100644 --- a/apps/opencs/model/doc/saving.cpp +++ b/apps/opencs/model/doc/saving.cpp @@ -112,7 +112,8 @@ CSMDoc::Saving::Saving(Document& document, const std::filesystem::path& projectP appendStage(new WriteCellCollectionStage(mDocument, mState)); - // Dialogue can reference objects and cells so must be written after these records for vanilla-compatible files + // Dialogue can reference objects, cells, and journals so must be written after these records for vanilla-compatible + // files appendStage(new WriteDialogueCollectionStage(mDocument, mState, true));