Small cleanup, not part of MVC changes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1762 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-15 10:02:36 +00:00
parent 898a191c48
commit c9e204f17c
2 changed files with 18 additions and 1 deletions

View File

@ -1,4 +1,10 @@
2001-03-13 John Levon <moz@compsoc.man.ac.uk>
2001-03-09 Angus Leeming <a.leeming@ic.ac.uk>
* forms/fdfix.sh:
* forms/form_filedialog.C.patch: I hate having to make these patches,
but on reflection I think it's probably better than hacking fdfix.sh.
22001-03-13 John Levon <moz@compsoc.man.ac.uk>
* FormGraphics.C: remove unnecessary hack

View File

@ -0,0 +1,11 @@
--- form_filedialog.C Fri Mar 9 09:29:35 2001
+++ .././form_filedialog.C Thu Mar 8 14:18:08 2001
@@ -17,7 +17,7 @@
}
-FD_form_filedialog * FormFiledialog::build_filedialog()
+FD_form_filedialog * FileDialog::Private::build_filedialog()
{
FL_OBJECT *obj;
FD_form_filedialog *fdui = new FD_form_filedialog;