From 309ba432a9f025f170fddb0ee08cbf3de64e53b6 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 13 Oct 1999 05:35:57 +0000 Subject: [PATCH] fix makefiles to correct outdent.dif/outdent.gif typo git-svn-id: svn://10.0.0.236/trunk@50567 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/composer/skin/MANIFEST | 2 +- mozilla/editor/ui/composer/skin/Makefile.in | 2 +- mozilla/editor/ui/composer/skin/makefile.win | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/editor/ui/composer/skin/MANIFEST b/mozilla/editor/ui/composer/skin/MANIFEST index dc581a412f0..fe1c7dcd847 100644 --- a/mozilla/editor/ui/composer/skin/MANIFEST +++ b/mozilla/editor/ui/composer/skin/MANIFEST @@ -40,7 +40,7 @@ images:undo.gif images:bullets.gif images:copy.gif images:cut.gif -images:outdent.dif +images:outdent.gif images:find.gif images:hline.gif images:image.gif diff --git a/mozilla/editor/ui/composer/skin/Makefile.in b/mozilla/editor/ui/composer/skin/Makefile.in index c87701b311a..96f0175cf63 100644 --- a/mozilla/editor/ui/composer/skin/Makefile.in +++ b/mozilla/editor/ui/composer/skin/Makefile.in @@ -33,7 +33,7 @@ EXPORT_RESOURCE_TOOLBAR = \ $(srcdir)/images/justify.gif \ $(srcdir)/images/copy.gif \ $(srcdir)/images/cut.gif \ - $(srcdir)/images/outdent.dif \ + $(srcdir)/images/outdent.gif \ $(srcdir)/images/find.gif \ $(srcdir)/images/hline.gif \ $(srcdir)/images/image.gif \ diff --git a/mozilla/editor/ui/composer/skin/makefile.win b/mozilla/editor/ui/composer/skin/makefile.win index d113be449cc..c635e29f74a 100644 --- a/mozilla/editor/ui/composer/skin/makefile.win +++ b/mozilla/editor/ui/composer/skin/makefile.win @@ -38,7 +38,7 @@ install:: $(DLL) $(MAKE_INSTALL) images\link.gif $(DIST)\bin\chrome\editor\skin\default\images $(MAKE_INSTALL) images\numbers.gif $(DIST)\bin\chrome\editor\skin\default\images $(MAKE_INSTALL) images\object-popup.gif $(DIST)\bin\chrome\editor\skin\default\images - $(MAKE_INSTALL) images\outdent.dif $(DIST)\bin\chrome\editor\skin\default\images + $(MAKE_INSTALL) images\outdent.gif $(DIST)\bin\chrome\editor\skin\default\images $(MAKE_INSTALL) images\paste.gif $(DIST)\bin\chrome\editor\skin\default\images $(MAKE_INSTALL) images\redo.gif $(DIST)\bin\chrome\editor\skin\default\images $(MAKE_INSTALL) images\spell.gif $(DIST)\bin\chrome\editor\skin\default\images @@ -75,7 +75,7 @@ clobber:: rm -f $(DIST)\bin\chrome\editor\skin\default\images\justify.gif rm -f $(DIST)\bin\chrome\editor\skin\default\images\copy.gif rm -f $(DIST)\bin\chrome\editor\skin\default\images\cut.gif - rm -f $(DIST)\bin\chrome\editor\skin\default\images\outdent.dif + rm -f $(DIST)\bin\chrome\editor\skin\default\images\outdent.gif rm -f $(DIST)\bin\chrome\editor\skin\default\images\find.gif rm -f $(DIST)\bin\chrome\editor\skin\default\images\hline.gif rm -f $(DIST)\bin\chrome\editor\skin\default\images\image.gif