Surely we do not need to see this every time either.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20271 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-09-14 06:35:59 +00:00
parent 50a7ee7633
commit 12ac451406

View File

@ -649,7 +649,7 @@ void GuiViewBase::currentTabChanged(int i)
updateWindowTitle();
updateStatusBar();
lyxerr << "currentTabChanged " << i
LYXERR(Debug::GUI) << "currentTabChanged " << i
<< "File" << bv.buffer().fileName() << endl;
}