From: Julian Smart Date: Wed, 18 May 2005 19:47:04 +0000 (+0000) Subject: Updated and removed unnecessary graphics X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a6de457450876a0caf7088b49a9bec90f171e703?ds=inline Updated and removed unnecessary graphics git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/contents.gif b/docs/latex/wx/contents.gif index 723174f81d..da92528ddd 100644 Binary files a/docs/latex/wx/contents.gif and b/docs/latex/wx/contents.gif differ diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index bf65048ac8..6f2da29a93 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -176,7 +176,7 @@ help.app/Contents/PkgInfo: help$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist data: @mkdir -p . - @for f in back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif; do \ + @for f in back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif; do \ if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ diff --git a/samples/help/books.gif b/samples/help/books.gif deleted file mode 100644 index 4c67b72954..0000000000 Binary files a/samples/help/books.gif and /dev/null differ diff --git a/samples/help/contents.gif b/samples/help/contents.gif index 723174f81d..da92528ddd 100644 Binary files a/samples/help/contents.gif and b/samples/help/contents.gif differ diff --git a/samples/help/doc/down.gif b/samples/help/doc/down.gif index fdf028aff3..8a26011a3b 100644 Binary files a/samples/help/doc/down.gif and b/samples/help/doc/down.gif differ diff --git a/samples/help/doc/icon1.gif b/samples/help/doc/icon1.gif index f78f30eb98..bc2433aa8e 100644 Binary files a/samples/help/doc/icon1.gif and b/samples/help/doc/icon1.gif differ diff --git a/samples/help/doc/icon2.gif b/samples/help/doc/icon2.gif index 6cbe01a831..2d89ffe3ee 100644 Binary files a/samples/help/doc/icon2.gif and b/samples/help/doc/icon2.gif differ diff --git a/samples/help/doc/logo.gif b/samples/help/doc/logo.gif index d92bbc60a1..dc83764e1e 100644 Binary files a/samples/help/doc/logo.gif and b/samples/help/doc/logo.gif differ diff --git a/samples/help/help.bkl b/samples/help/help.bkl index 2d0a70fb88..ec4a6fc414 100644 --- a/samples/help/help.bkl +++ b/samples/help/help.bkl @@ -14,7 +14,6 @@ back.gif - books.gif bullet.bmp contents.gif cshelp.txt diff --git a/samples/help/makefile.bcc b/samples/help/makefile.bcc index fb2703e040..7288119248 100644 --- a/samples/help/makefile.bcc +++ b/samples/help/makefile.bcc @@ -216,7 +216,7 @@ $(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_demo.res data: if not exist $(OBJS) mkdir $(OBJS) - for %f in (back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS) data_doc: if not exist $(OBJS)\doc mkdir $(OBJS)\doc diff --git a/samples/help/makefile.gcc b/samples/help/makefile.gcc index a44604e17c..781585a73d 100644 --- a/samples/help/makefile.gcc +++ b/samples/help/makefile.gcc @@ -207,7 +207,7 @@ $(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_demo_rc.o data: if not exist $(OBJS) mkdir $(OBJS) - for %%f in (back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) + for %%f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) data_doc: if not exist $(OBJS)\doc mkdir $(OBJS)\doc diff --git a/samples/help/makefile.vc b/samples/help/makefile.vc index e605815cc3..b0ef15518c 100644 --- a/samples/help/makefile.vc +++ b/samples/help/makefile.vc @@ -267,7 +267,7 @@ $(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_demo.res data: if not exist $(OBJS) mkdir $(OBJS) - for %f in (back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS) data_doc: if not exist $(OBJS)\doc mkdir $(OBJS)\doc diff --git a/samples/help/makefile.wat b/samples/help/makefile.wat index c2584fb6dd..55e196831c 100644 --- a/samples/help/makefile.wat +++ b/samples/help/makefile.wat @@ -251,7 +251,7 @@ $(OBJS)\help.exe : $(HELP_OBJECTS) $(OBJS)\help_demo.res data : .SYMBOLIC if not exist $(OBJS) mkdir $(OBJS) - for %f in (back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS) data_doc : .SYMBOLIC if not exist $(OBJS)\doc mkdir $(OBJS)\doc diff --git a/samples/html/printing/logo6.gif b/samples/html/printing/logo6.gif index 7563bc44ae..5f1a21c621 100644 Binary files a/samples/html/printing/logo6.gif and b/samples/html/printing/logo6.gif differ diff --git a/utils/configtool/docs/manual/contents.gif b/utils/configtool/docs/manual/contents.gif index 723174f81d..da92528ddd 100644 Binary files a/utils/configtool/docs/manual/contents.gif and b/utils/configtool/docs/manual/contents.gif differ diff --git a/utils/configtool/docs/manual/logo.gif b/utils/configtool/docs/manual/logo.gif index 8712d35070..43cbc99e66 100644 Binary files a/utils/configtool/docs/manual/logo.gif and b/utils/configtool/docs/manual/logo.gif differ diff --git a/utils/tex2rtf/docs/books.gif b/utils/tex2rtf/docs/books.gif deleted file mode 100644 index 26ff394df6..0000000000 Binary files a/utils/tex2rtf/docs/books.gif and /dev/null differ diff --git a/utils/tex2rtf/docs/contents.gif b/utils/tex2rtf/docs/contents.gif index 723174f81d..da92528ddd 100644 Binary files a/utils/tex2rtf/docs/contents.gif and b/utils/tex2rtf/docs/contents.gif differ