git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1800 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-03-21 19:14:09 +00:00
parent ba07cc531d
commit e77bd048ec
3 changed files with 6 additions and 1 deletions

View File

@ -13,6 +13,7 @@ src/ext_l10n.h
src/FontLoader.C
src/form1.C
src/frontends/controllers/ButtonController.h
src/frontends/controllers/ControlCharacter.C
src/frontends/gnome/FormCitation.C
src/frontends/gnome/FormCopyright.C
src/frontends/gnome/FormError.C

View File

@ -1,3 +1,7 @@
2001-03-21 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
* ControlCharacter.C: fix typo
2001-03-21 Angus Leeming <a.leeming@ic.ac.uk>
* ControlCharacter.[Ch]: new files; controller for the character popup.

View File

@ -8,7 +8,7 @@
#include <vector>
#ifdef __GNUG_
#ifdef __GNUG__
#pragma implementation
#endif