]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.cpp
Turn an error message into a Debug::LOCALE warning
[lyx.git] / src / Changes.cpp
index 4292f1bd886b1e5e9a8c9d13961ab835febbf3ba..39f2a8ebc75a8d0b947ea9d60538ea6ff948d931 100644 (file)
@@ -389,7 +389,7 @@ int Changes::latexMarkChange(otexstream & os, BufferParams const & bparams,
                             Change const & oldChange, Change const & change,
                             OutputParams const & runparams)
 {
-       if (!bparams.outputChanges || oldChange == change)
+       if (!bparams.output_changes || oldChange == change)
                return 0;
 
        int column = 0;