mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
3fffe51506
commit
58f1126355
@ -228,6 +228,12 @@ docstring const Messages::get(string const & m) const
|
||||
return trans;
|
||||
}
|
||||
|
||||
|
||||
bool Messages::available() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace lyx
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user