]> 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 7da6ed7da46c01cae2c1d0f6ae12096c87da1544..b528bfe2b15e104ef6b3a46e88d2cf4b96446dcb 100644 (file)
@@ -1,7 +1,21 @@
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *        
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ * ====================================================== */
+
 #include <config.h>
 
-//#include "config.h"
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "Liason.h"
+#include "LyXView.h"
 #include "BufferView.h"
 #include "buffer.h"
 #include "lyxrc.h"
@@ -10,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,
@@ -195,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