]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Automatically show the review toolbar if the document has tracked changes
[lyx.git] / src / BufferParams.h
index 79af8f21a678bd60a28c5fd625fa5fbf8ff6e900..caae01dfec15535e847429326491d15cfbc5e7df 100644 (file)
@@ -381,11 +381,14 @@ public:
        bool use_bibtopic;
        /// Split the index?
        bool use_indices;
-       /// revision tracking for this buffer ?
+       /// Save trensient properties?
+       bool save_transient_properties;
+       /// revision tracking for this buffer ? (this is a transient property)
        bool track_changes;
        /** This param decides whether change tracking marks should be used
         *  in output (irrespective of how these marks are actually defined;
         *  for instance, they may differ for DVI and PDF generation)
+        *  This is a transient property.
         */
        bool output_changes;
        ///