[EMAIL PROTECTED] wrote:
Author: alstrup
Date: Sat Oct 21 13:29:34 2006
New Revision: 15443
URL: http://www.lyx.org/trac/changeset/15443
Log:
Modified: lyx-devel/trunk/src/frontends/LyXView.C
URL:
http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/LyXView.C?rev=15443
==============================================================================
--- lyx-devel/trunk/src/frontends/LyXView.C (original)
+++ lyx-devel/trunk/src/frontends/LyXView.C Sat Oct 21 13:29:34 2006
@@ -96,7 +96,7 @@
void LyXView::redrawWorkArea()
{
- lyxerr[Debug::WORKAREA] << "redrawWorkArea" << std::endl;
+ lyxerr[Debug::WORKAREA] << "LyXView::redrawWorkArea" << std::endl;
work_area_->redraw();
updateStatusBar();
}
I wanted to get rid of this method but I guess this will wait for the
new development round.
Abdel.