mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 14:05:59 +00:00
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:
parent
898a191c48
commit
c9e204f17c
@ -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
|
||||
|
||||
|
11
src/frontends/xforms/forms/form_filedialog.C.patch
Normal file
11
src/frontends/xforms/forms/form_filedialog.C.patch
Normal 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;
|
Loading…
Reference in New Issue
Block a user