]> git.lyx.org Git - features.git/commitdiff
* whitespace
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 9 Apr 2009 22:17:32 +0000 (22:17 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 9 Apr 2009 22:17:32 +0000 (22:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29169 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetText.cpp

index eeb40022b308caf7ca28cd86edbe8b8134c42ab6..12a7a2a12d6e2c02b4f7e6d7dbc176da113418c3 100644 (file)
@@ -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);
 }