]> git.lyx.org Git - features.git/commitdiff
fix comment
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 18 Apr 2020 06:01:39 +0000 (08:01 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 18 Apr 2020 06:01:39 +0000 (08:01 +0200)
src/insets/InsetInclude.cpp

index 3140a4e6dd5bb1c53ce743c1d23e12b6d51f99ed..d9a99237110d8f2a03b8a612a798194edbb95554 100644 (file)
@@ -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);