]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
make a CURSOR update if we inserted a character (fix #312).
[lyx.git] / src / lyx_cb.h
index 5a39ffa23de1dab75c1231fd4acac88f3437fafb..864851af42f88491d59ced2110230cdb9f992da4 100644 (file)
@@ -31,10 +31,9 @@ Buffer * NewLyxFile(string const & filename);
 ///
 void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuInsertLabel(BufferView * bv, string const & arg);
+string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuLayoutSave(BufferView * bv);
+void MenuInsertLabel(BufferView * bv, string const & arg);
 ///
 void Reconfigure(BufferView * bv);
 #endif
-