]> git.lyx.org Git - features.git/commitdiff
Small cleanup, not part of MVC changes.
authorAngus Leeming <leeming@lyx.org>
Thu, 15 Mar 2001 10:02:36 +0000 (10:02 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 15 Mar 2001 10:02:36 +0000 (10:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1762 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/forms/form_filedialog.C.patch [new file with mode: 0644]

index 9feb5eee8f1ed03bda12accd66a39b5eb00ff3d3..99b4ea4e42a986b53212be726209d09c47f04d5b 100644 (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
 
diff --git a/src/frontends/xforms/forms/form_filedialog.C.patch b/src/frontends/xforms/forms/form_filedialog.C.patch
new file mode 100644 (file)
index 0000000..7fc034d
--- /dev/null
@@ -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;