X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_cb.h;h=03cecc4a7058b103faa96d56d1a68dcbeb23c09b;hb=024275f0690b41634e26dabe8758e3dc6cd31ee2;hp=da520d82b1edc0ae6c1fb08c97c7c9d2c561925f;hpb=887bae83908597b4d621c77cc3f59b082e5c8167;p=lyx.git diff --git a/src/lyx_cb.h b/src/lyx_cb.h index da520d82b1..03cecc4a70 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -32,9 +32,9 @@ void autoSave(BufferView * bv); /// void newFile(BufferView * bv, std::string const & filename); /// -void insertAsciiFile(BufferView * bv, std::string const & f, bool asParagraph); +void insertPlaintextFile(BufferView * bv, std::string const & f, bool asParagraph); /// -std::string getContentsOfAsciiFile(BufferView * bv, std::string const & f, bool asParagraph); +std::string getContentsOfPlaintextFile(BufferView * bv, std::string const & f, bool asParagraph); /// void reconfigure(LyXView & lv);