]> git.lyx.org Git - features.git/blobdiff - src/lyx_gui.C
a couple of name changes and new functionality in lyxvc and vc-backend
[features.git] / src / lyx_gui.C
index cc6498dc01b74af6c53a0b9003c160283520544a..0622a55de2406d1347f939889b1ca81fb9802d05 100644 (file)
@@ -325,9 +325,9 @@ void LyXGUI::init()
 
 void LyXGUI::create_forms()
 {
-       lyxerr.debug() << "Initializing LyXView..." << endl;
+       lyxerr[Debug::INIT] << "Initializing LyXView..." << endl;
        lyxViews = new LyXView(width, height);
-       lyxerr.debug() << "Initializing LyXView...done" << endl;
+       lyxerr[Debug::INIT] << "Initializing LyXView...done" << endl;
 
        // From here down should be done by somebody else. (Lgb)
 
@@ -641,5 +641,5 @@ void LyXGUI::runTime()
 
 void LyXGUI::regBuf(Buffer *b)
 {
-       lyxViews->currentView()->setBuffer(b);
+       lyxViews->currentView()->buffer(b);
 }