BufferView.cpp: typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34085 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-04-08 01:23:04 +00:00
parent bf83cc6359
commit 45bffba885

View File

@ -970,8 +970,8 @@ bool BufferView::getStatus(FuncRequest const & cmd, FuncStatus & flag)
switch (cmd.action) {
// FIXME: This is a bit problematic because we don't check is this is a
// document BufferView or not for these LFUNs. We probably have to
// FIXME: This is a bit problematic because we don't check is if this is
// a document BufferView or not for these LFUNs. We probably have to
// dispatch both to currentBufferView() and, if that fails,
// to documentBufferView(); same as we do know for current Buffer and
// document Buffer. Ideally those LFUN should go to Buffer as they*