From: Vincent van Ravesteijn Date: Thu, 9 Apr 2009 22:17:32 +0000 (+0000) Subject: * whitespace X-Git-Tag: 2.0.0~6888 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=889d3591d9ae894bad481f18ae914b804b1b2fc6;p=features.git * whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29169 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp index eeb40022b3..12a7a2a12d 100644 --- a/src/insets/InsetText.cpp +++ b/src/insets/InsetText.cpp @@ -261,7 +261,7 @@ void InsetText::doDispatch(Cursor & cur, FuncRequest & cmd) if (cur.text() == &text_) text_.dispatch(cur, cmd); else - //FIXME we probably also want to dispatch to Inset when + //FIXME we probably also want to dispatch to Inset when //text_ could do nothing with the FuncRequest. Inset::doDispatch(cur, cmd); }