]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/dummy_functions.cpp
Expand comment
[lyx.git] / src / support / tests / dummy_functions.cpp
index 63f16db092a82414f7afbcdb5b6fcda02c4e60bd..7ae711312a039abe96bfe48f93dd6ab4d638306b 100644 (file)
@@ -1,18 +1,19 @@
 #include <config.h>
 
-#include "../Messages.h"
+#include "support/Messages.h"
 
 using namespace std;
 
 namespace lyx {
+       // Dummy verbose support
+       bool verbose = false;
+
        // Dummy LyXRC support
        class LyXRC { string icon_set; } lyxrc;
 
        // Keep the linker happy on Windows
        void lyx_exit(int) {}
 
-       docstring const _(string const & s) { return from_ascii(s); }
-
        // Dummy language support
        Messages const & getGuiMessages()
        {
@@ -26,4 +27,5 @@ namespace lyx {
 
                return lyx_messages;
        }
-}
+
+} // namespace lyx