]> git.lyx.org Git - lyx.git/blobdiff - src/support/Messages.h
Remove unused Mac specific code
[lyx.git] / src / support / Messages.h
index 35a3bea32083d2c8d6fd49e67190ff4e3e4d9c76..4ba2737cef1518911c99923991a213b80c511b23 100644 (file)
@@ -28,8 +28,8 @@ public:
        docstring const get(std::string const & msg) const;
        /// What is the language associated with this translation?
        std::string language() const;
-       /// Is an (at least partial) translation of this language available?
-       bool available() const;
+       /// Is an (at least partial) translation of language with code \p c available?
+       static bool available(std::string const & c);
        ///
        static void init();