attempt to make LyX linkable without NLS, assuming dummy available() should return true without NLS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36711 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-12-04 08:28:10 +00:00
parent 3fffe51506
commit 58f1126355

View File

@ -228,6 +228,12 @@ docstring const Messages::get(string const & m) const
return trans;
}
bool Messages::available() const
{
return true;
}
} // namespace lyx
#endif