From 22695610d6c15e45ed2de3263054a0d1a1a0ad56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 4 Jul 2002 13:00:09 +0000 Subject: [PATCH] replace XFORMSGIMAGE by XFORMSIMAGE git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4529 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/gnome/Makefile.am | 6 +++--- src/frontends/qt2/ChangeLog | 4 ++++ src/frontends/qt2/xforms/Makefile.am | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/frontends/gnome/Makefile.am b/src/frontends/gnome/Makefile.am index 780722419e..39c585ec54 100644 --- a/src/frontends/gnome/Makefile.am +++ b/src/frontends/gnome/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = $(FRONTEND_INCLUDES) -I$(top_srcdir)/src/ \ if USE_BASIC_IMAGE_LOADER else -XFORMSGIMAGE = ../xforms/xformsGImage.lo +XFORMSIMAGE = ../xforms/xformsImage.lo endif # alphabetised @@ -52,7 +52,7 @@ xforms_objects = \ ../xforms/xformsBC.lo \ ../xforms/XFormsView.lo \ ../xforms/XPainter.lo \ - ../xforms/XWorkArea.lo $(XFORMSGIMAGE) + ../xforms/XWorkArea.lo $(XFORMSIMAGE) libgnome.la: xforms.lo $(libgnome_la_OBJECTS) $(libgnome_la_DEPENDENCIES) @@ -90,4 +90,4 @@ libgnome_la_SOURCES = \ GUIRunTime.C \ pixbutton.h \ Timeout_pimpl.C \ - Timeout_pimpl.h \ No newline at end of file + Timeout_pimpl.h diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 6b401d7181..a4fbae9240 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2002-07-04 André Pönitz + + * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE + 2002-06-28 Angus Leeming * QLPainter.[Ch]: changes associated with the name change diff --git a/src/frontends/qt2/xforms/Makefile.am b/src/frontends/qt2/xforms/Makefile.am index d3cf27aefa..9a53422398 100644 --- a/src/frontends/qt2/xforms/Makefile.am +++ b/src/frontends/qt2/xforms/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \ if USE_BASIC_IMAGE_LOADER else -XFORMSGIMAGE = xformsGImage.C xformsGImage.h +XFORMSIMAGE = xformsImage.C xformsImage.h endif nodist_libqt2xforms_la_SOURCES = \ @@ -19,7 +19,7 @@ nodist_libqt2xforms_la_SOURCES = \ DropDown.C \ Tooltips.h \ Tooltips.C \ - $(XFORMSGIMAGE) \ + $(XFORMSIMAGE) \ xforms_helpers.h \ xforms_helpers.C