From 889d3591d9ae894bad481f18ae914b804b1b2fc6 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 9 Apr 2009 22:17:32 +0000 Subject: [PATCH] * whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29169 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2