spresize.diff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3366 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-01-14 02:28:33 +00:00
parent 2bf2849cc3
commit 711b3e0c8a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-14 John Levon <moz@compsoc.man.ac.uk>
* FormSpellchecker.C: disable resizing due to xforms bug
2002-01-13 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* FormFiledialog.C (Reread): skip broken symlinks

View File

@ -21,7 +21,7 @@
typedef FormCB<ControlSpellchecker, FormDB<FD_form_spellchecker> > base_class;
FormSpellchecker::FormSpellchecker(ControlSpellchecker & c)
: base_class(c, _("LyX: Spellchecker")), clickline_(-1)
: base_class(c, _("LyX: Spellchecker"), false), clickline_(-1)
{}