]> git.lyx.org Git - features.git/commitdiff
attempt to make LyX linkable without NLS, assuming dummy available() should return...
authorStephan Witt <switt@lyx.org>
Sat, 4 Dec 2010 08:28:10 +0000 (08:28 +0000)
committerStephan Witt <switt@lyx.org>
Sat, 4 Dec 2010 08:28:10 +0000 (08:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36711 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Messages.cpp

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