]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Liason.C
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated...
[lyx.git] / src / frontends / Liason.C
index aff9ad98f5ba8699346738be75474dfe8718add6..b528bfe2b15e104ef6b3a46e88d2cf4b96446dcb 100644 (file)
@@ -15,6 +15,7 @@
 #endif
 
 #include "Liason.h"
+#include "LyXView.h"
 #include "BufferView.h"
 #include "buffer.h"
 #include "lyxrc.h"
@@ -23,6 +24,7 @@
 #include "support/lstrings.h"
 #include "support/filetools.h"
 #include "support/path.h"
+#include "minibuffer.h"
 
 extern LyXRC lyxrc;
 extern bool RunScript(Buffer * buffer, bool wait, string const & command,
@@ -208,6 +210,11 @@ bool printBuffer(Buffer * buffer, PrinterParams const & pp)
        return result;
 }
 
+void setMinibuffer(LyXView * lv, char const * msg)
+{
+       lv->getMiniBuffer()->Set(msg);
+}
+
 #ifdef CXX_WORKING_NAMESPACES
 }
 #endif