]> git.lyx.org Git - lyx.git/blobdiff - src/messages.h
add GuiView parent to QToc for proper memory management.
[lyx.git] / src / messages.h
index 166f4601d01b28d232e64e298d7ddf14d536bbf8..87ebb4025d0bc427b59d83ed89151d391469497f 100644 (file)
@@ -29,6 +29,8 @@ public:
 private:
        ///
        std::string lang_;
+       /// Did we warn about unavailable locale already? 
+       mutable bool warned_;
        ///
        typedef std::map<std::string, docstring> TranslationCache;
        /// Internal cache for gettext translated strings.