Trivial fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9890 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2005-04-29 11:52:52 +00:00
parent ec3a05a477
commit e3d9f8c283
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-04-29 Martin Vermeer <martin.vermeer@hut.fi>
* ControlCharacter.h (getLFun):Trivial bug fix
2005-04-25 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* Dialog.h, ControlCharacter.h, ControlPrint.h, ControlSendto.h,

View File

@ -35,7 +35,7 @@ public:
///
virtual bool isBufferDependent() const { return true; }
///
virtual kb_action getLfun() const { return LFUN_TABULAR_INSERT; }
virtual kb_action getLfun() const { return LFUN_FREEFONT_UPDATE; }
///
void setFamily(LyXFont::FONT_FAMILY);