mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Trivial fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9890 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ec3a05a477
commit
e3d9f8c283
@ -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>
|
2005-04-25 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||||
|
|
||||||
* Dialog.h, ControlCharacter.h, ControlPrint.h, ControlSendto.h,
|
* Dialog.h, ControlCharacter.h, ControlPrint.h, ControlSendto.h,
|
||||||
|
@ -35,7 +35,7 @@ public:
|
|||||||
///
|
///
|
||||||
virtual bool isBufferDependent() const { return true; }
|
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);
|
void setFamily(LyXFont::FONT_FAMILY);
|
||||||
|
Loading…
Reference in New Issue
Block a user