[LyX/master] fix comment
Juergen Spitzmueller
spitz at lyx.org
Sat Apr 18 05:40:52 UTC 2020
commit 9e71bdfd324d061b1b1c050867d43ed5938807af
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sat Apr 18 08:01:39 2020 +0200
fix comment
---
src/insets/InsetInclude.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp
index 3140a4e..d9a9923 100644
--- a/src/insets/InsetInclude.cpp
+++ b/src/insets/InsetInclude.cpp
@@ -376,7 +376,7 @@ void InsetInclude::setParams(InsetCommandParams const & p)
// invalidate the cache
child_buffer_ = 0;
- // reset in order to prevent loading new file
+ // reset in order to allow loading new file
failedtoload_ = false;
InsetCommand::setParams(p);
More information about the lyx-cvs
mailing list