]> git.lyx.org Git - features.git/commitdiff
without NLS dummy available() should return false
authorStephan Witt <switt@lyx.org>
Sat, 4 Dec 2010 17:42:38 +0000 (17:42 +0000)
committerStephan Witt <switt@lyx.org>
Sat, 4 Dec 2010 17:42:38 +0000 (17:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36720 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Messages.cpp

index 0aa29d84e0290caecd3b0e36e865c0a637c29d51..58dcb729b39f8cfc0dd7f46d5a547c590da91afb 100644 (file)
@@ -231,7 +231,7 @@ docstring const Messages::get(string const & m) const
 
 bool Messages::available() const
 {
-       return true;
+       return false;
 }
 
 } // namespace lyx