...and some development work should not be done after bedtime ;-) This goes in now.
- Martin
Index: ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v retrieving revision 1.475 diff -u -p -r1.475 ChangeLog --- ChangeLog 26 Apr 2005 11:12:17 -0000 1.475 +++ ChangeLog 29 Apr 2005 11:46:51 -0000 @@ -1,3 +1,7 @@ +2005-04-29 Martin Vermeer <[EMAIL PROTECTED]> + + * ControlCharacter.h (getLFun):Trivial bug fix + 2005-04-25 Georg Baum <[EMAIL PROTECTED]> * Dialog.h, ControlCharacter.h, ControlPrint.h, ControlSendto.h, Index: ControlCharacter.h =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ControlCharacter.h,v retrieving revision 1.21 diff -u -p -r1.21 ControlCharacter.h --- ControlCharacter.h 26 Apr 2005 09:37:52 -0000 1.21 +++ ControlCharacter.h 29 Apr 2005 11:46:51 -0000 @@ -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);
signature.asc
Description: This is a digitally signed message part