]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
un-break display of toolbuttons wiuth delimiters
[lyx.git] / src / LyXRC.h
index 13a348162543fca6f25081155a837d649c8f6861..01fb3692ea3c12703d9382de2dcf43ea0008f59d 100644 (file)
@@ -160,9 +160,10 @@ public:
        ///
        void write(support::FileName const & filename,
                   bool ignore_system_lyxrc) const;
-       ///
+       /// write rc. If a specific tag is given, only output that one.
        void write(std::ostream & os,
-                  bool ignore_system_lyxrc) const;
+                  bool ignore_system_lyxrc, 
+                  std::string const & tag = std::string()) const;
        ///
        void print() const;
        // FIXME unused (was used for xforms. Do we still need this?)