without NLS dummy available() should return false

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36720 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-12-04 17:42:38 +00:00
parent 4736356bf9
commit fefb5e7f71

View File

@ -231,7 +231,7 @@ docstring const Messages::get(string const & m) const
bool Messages::available() const
{
return true;
return false;
}
} // namespace lyx