]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated and removed unnecessary graphics
authorJulian Smart <julian@anthemion.co.uk>
Wed, 18 May 2005 19:47:04 +0000 (19:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 18 May 2005 19:47:04 +0000 (19:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 files changed:
docs/latex/wx/contents.gif
samples/help/Makefile.in
samples/help/books.gif [deleted file]
samples/help/contents.gif
samples/help/doc/down.gif
samples/help/doc/icon1.gif
samples/help/doc/icon2.gif
samples/help/doc/logo.gif
samples/help/help.bkl
samples/help/makefile.bcc
samples/help/makefile.gcc
samples/help/makefile.vc
samples/help/makefile.wat
samples/html/printing/logo6.gif
utils/configtool/docs/manual/contents.gif
utils/configtool/docs/manual/logo.gif
utils/tex2rtf/docs/books.gif [deleted file]
utils/tex2rtf/docs/contents.gif

index 723174f81d04d16e94016186ac0322dcddb603c7..da92528ddd51bc53faff487ebfe232ebe3ea2136 100644 (file)
Binary files a/docs/latex/wx/contents.gif and b/docs/latex/wx/contents.gif differ
index bf65048ac8e57581a4c7a039b1c3c3f492001d7e..6f2da29a93830ceb95cb4a23562ad09818377310 100644 (file)
@@ -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 (file)
index 4c67b72..0000000
Binary files a/samples/help/books.gif and /dev/null differ
index 723174f81d04d16e94016186ac0322dcddb603c7..da92528ddd51bc53faff487ebfe232ebe3ea2136 100644 (file)
Binary files a/samples/help/contents.gif and b/samples/help/contents.gif differ
index fdf028aff360031c13d0aefc17067c8debd72185..8a26011a3ba9d7b3dfc0706a2927b067ad8b0c16 100644 (file)
Binary files a/samples/help/doc/down.gif and b/samples/help/doc/down.gif differ
index f78f30eb981225beb16035974453af044eaaed3d..bc2433aa8e5856e7a0c75d3088e080cc711e4aee 100644 (file)
Binary files a/samples/help/doc/icon1.gif and b/samples/help/doc/icon1.gif differ
index 6cbe01a831d9c27158ef1ade66cc25446fac9018..2d89ffe3ee8c4c2a9627d7d539becead7236f02e 100644 (file)
Binary files a/samples/help/doc/icon2.gif and b/samples/help/doc/icon2.gif differ
index d92bbc60a166c8658465cca1b21293d5a03b50b4..dc83764e1e7e8e389c4e5d7b1fd60f8db10a83bd 100644 (file)
Binary files a/samples/help/doc/logo.gif and b/samples/help/doc/logo.gif differ
index 2d0a70fb88f77804053d8886f2fd63d91cdcdcbc..ec4a6fc414f13960f332aa6b9db81fa12e4cc54b 100644 (file)
@@ -14,7 +14,6 @@
     <wx-data id="data">
         <files>
             back.gif
-            books.gif
             bullet.bmp
             contents.gif
             cshelp.txt
index fb2703e04008f7366b41c4351a32444862dce328..7288119248e98567277623d195ef3dd6417c63d8 100644 (file)
@@ -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
index a44604e17cce9bf366130f4bc229372e0c8911c6..781585a73d3682bb47ff236cce9fd0e4e222c7c1 100644 (file)
@@ -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
index e605815cc3f48b3c83e25c48c30dd9af5160ef84..b0ef15518ced2a3827d5a9e1f8e759724d5e645c 100644 (file)
@@ -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
index c2584fb6dd2895b5f4877d6d172d91a96e7b1320..55e196831c314a179b54f30f814920d3f16dff3c 100644 (file)
@@ -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
index 7563bc44aec0b40f20f0055f28861fa5d164dfcb..5f1a21c6218ebdca7973643022f62318511510d0 100644 (file)
Binary files a/samples/html/printing/logo6.gif and b/samples/html/printing/logo6.gif differ
index 723174f81d04d16e94016186ac0322dcddb603c7..da92528ddd51bc53faff487ebfe232ebe3ea2136 100644 (file)
Binary files a/utils/configtool/docs/manual/contents.gif and b/utils/configtool/docs/manual/contents.gif differ
index 8712d350703c8ab33cf9857882a27c1e58aa87c1..43cbc99e664417c2042beb74b4ffc6759f445668 100644 (file)
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 (file)
index 26ff394..0000000
Binary files a/utils/tex2rtf/docs/books.gif and /dev/null differ
index 723174f81d04d16e94016186ac0322dcddb603c7..da92528ddd51bc53faff487ebfe232ebe3ea2136 100644 (file)
Binary files a/utils/tex2rtf/docs/contents.gif and b/utils/tex2rtf/docs/contents.gif differ