Moved toolbar images from dead xpviewer directory to appcores/xul/resources

This commit is contained in:
rods%netscape.com 1999-02-11 17:17:56 +00:00
parent cd9d54c58a
commit c40bc62574
64 changed files with 179 additions and 0 deletions

View File

@ -95,6 +95,66 @@ install:: $(DLL)
$(MAKE_INSTALL) ..\xul\resources\Mail_NewMsg.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\Mail_Forward.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\DialogAddrIcon.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\DialogAddrIcon_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\DialogCompIcon.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\DialogCompIcon_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\DialogMailIcon.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\DialogMailIcon_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\DialogNavIcon.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\DialogNavIcon_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Back.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Back_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Back_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Bookmarks.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Bookmarks_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Edit.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Forward.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Forward_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Forward_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Home.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Home_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_HTab.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_HTab_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_LoadImages.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_LoadImages.mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Location.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Location_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_MiniAddr.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_MiniComp.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_MiniMail.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_MiniNav.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_MiniTab.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_MixSecurity.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_MixSecurity.mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Netscape.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Netscape_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_PersonalIcon.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Places.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Places_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Print.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Print_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Reload.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Reload_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Search.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Search_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Secure.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Secure_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Stop.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Stop.mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Stop_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Stop_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Tab.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_TabSmall.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_TabSmall_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Tab_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Unsecure.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_Unsecure.mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_WhatsRelated.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_WhatsRelated_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\StatusBar-insecure.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\StatusBar-secure.gif $(DIST)\bin\res\toolbar
clobber::
rm -f $(DIST)\lib\$(MODULE).lib
rm -f $(DIST)\bin\$(MODULE).dll
@ -107,3 +167,63 @@ clobber::
rm -f $(DIST)\res\toolbar\Mail_Reply.gif
rm -f $(DIST)\res\toolbar\Mail_NewMsg.gif
rm -f $(DIST)\res\toolbar\Mail_Forward.gif
rm -f $(DIST)\res\samples\DialogAddrIcon.gif
rm -f $(DIST)\res\samples\DialogAddrIcon_mo.gif
rm -f $(DIST)\res\samples\DialogCompIcon.gif
rm -f $(DIST)\res\samples\DialogCompIcon_mo.gif
rm -f $(DIST)\res\samples\DialogMailIcon.gif
rm -f $(DIST)\res\samples\DialogMailIcon_mo.gif
rm -f $(DIST)\res\samples\DialogNavIcon.gif
rm -f $(DIST)\res\samples\DialogNavIcon_mo.gif
rm -f $(DIST)\res\samples\TB_Back.gif
rm -f $(DIST)\res\samples\TB_Back_dis.gif
rm -f $(DIST)\res\samples\TB_Back_mo.gif
rm -f $(DIST)\res\samples\TB_Bookmarks.gif
rm -f $(DIST)\res\samples\TB_Bookmarks_mo.gif
rm -f $(DIST)\res\samples\TB_Edit.gif
rm -f $(DIST)\res\samples\TB_Forward.gif
rm -f $(DIST)\res\samples\TB_Forward_dis.gif
rm -f $(DIST)\res\samples\TB_Forward_mo.gif
rm -f $(DIST)\res\samples\TB_Home.gif
rm -f $(DIST)\res\samples\TB_Home_mo.gif
rm -f $(DIST)\res\samples\TB_HTab.gif
rm -f $(DIST)\res\samples\TB_HTab_mo.gif
rm -f $(DIST)\res\samples\TB_LoadImages.gif
rm -f $(DIST)\res\samples\TB_LoadImages.mo.gif
rm -f $(DIST)\res\samples\TB_Location.gif
rm -f $(DIST)\res\samples\TB_Location_mo.gif
rm -f $(DIST)\res\samples\TB_MiniAddr.gif
rm -f $(DIST)\res\samples\TB_MiniComp.gif
rm -f $(DIST)\res\samples\TB_MiniMail.gif
rm -f $(DIST)\res\samples\TB_MiniNav.gif
rm -f $(DIST)\res\samples\TB_MiniTab.gif
rm -f $(DIST)\res\samples\TB_MixSecurity.gif
rm -f $(DIST)\res\samples\TB_MixSecurity.mo.gif
rm -f $(DIST)\res\samples\TB_Netscape.gif
rm -f $(DIST)\res\samples\TB_Netscape_mo.gif
rm -f $(DIST)\res\samples\TB_PersonalIcon.gif
rm -f $(DIST)\res\samples\TB_Places.gif
rm -f $(DIST)\res\samples\TB_Places_mo.gif
rm -f $(DIST)\res\samples\TB_Print.gif
rm -f $(DIST)\res\samples\TB_Print_mo.gif
rm -f $(DIST)\res\samples\TB_Reload.gif
rm -f $(DIST)\res\samples\TB_Reload_mo.gif
rm -f $(DIST)\res\samples\TB_Search.gif
rm -f $(DIST)\res\samples\TB_Search_mo.gif
rm -f $(DIST)\res\samples\TB_Secure.gif
rm -f $(DIST)\res\samples\TB_Secure_mo.gif
rm -f $(DIST)\res\samples\TB_Stop.gif
rm -f $(DIST)\res\samples\TB_Stop.mo.gif
rm -f $(DIST)\res\samples\TB_Stop_dis.gif
rm -f $(DIST)\res\samples\TB_Stop_mo.gif
rm -f $(DIST)\res\samples\TB_Tab.gif
rm -f $(DIST)\res\samples\TB_TabSmall.gif
rm -f $(DIST)\res\samples\TB_TabSmall_mo.gif
rm -f $(DIST)\res\samples\TB_Tab_mo.gif
rm -f $(DIST)\res\samples\TB_Unsecure.gif
rm -f $(DIST)\res\samples\TB_Unsecure.mo.gif
rm -f $(DIST)\res\samples\TB_WhatsRelated.gif
rm -f $(DIST)\res\samples\TB_WhatsRelated_mo.gif
rm -f $(DIST)\res\samples\StatusBar-insecure.gif
rm -f $(DIST)\res\samples\StatusBar-secure.gif

View File

@ -37,6 +37,65 @@ EXPORT_RESOURCE_TOOLBAR = \
$(srcdir)/resources/Mail_NewMsg.gif \
$(srcdir)/resources/Mail_Reply.gif \
$(srcdir)/resources/Mail_SendMsg.gif \
$(srcdir)/resources/DialogAddrIcon.gif \
$(srcdir)/resources/DialogAddrIcon_mo.gif \
$(srcdir)/resources/DialogCompIcon.gif \
$(srcdir)/resources/DialogCompIcon_mo.gif \
$(srcdir)/resources/DialogMailIcon.gif \
$(srcdir)/resources/DialogMailIcon_mo.gif \
$(srcdir)/resources/DialogNavIcon.gif \
$(srcdir)/resources/DialogNavIcon_mo.gif \
$(srcdir)/resources/TB_Back.gif \
$(srcdir)/resources/TB_Back_dis.gif \
$(srcdir)/resources/TB_Back_mo.gif \
$(srcdir)/resources/TB_Bookmarks.gif \
$(srcdir)/resources/TB_Bookmarks_mo.gif \
$(srcdir)/resources/TB_Edit.gif \
$(srcdir)/resources/TB_Forward.gif \
$(srcdir)/resources/TB_Forward_dis.gif \
$(srcdir)/resources/TB_Forward_mo.gif \
$(srcdir)/resources/TB_Home.gif \
$(srcdir)/resources/TB_Home_mo.gif \
$(srcdir)/resources/TB_HTab.gif \
$(srcdir)/resources/TB_HTab_mo.gif \
$(srcdir)/resources/TB_LoadImages.gif \
$(srcdir)/resources/TB_LoadImages.mo.gif \
$(srcdir)/resources/TB_Location.gif \
$(srcdir)/resources/TB_Location_mo.gif \
$(srcdir)/resources/TB_MiniAddr.gif \
$(srcdir)/resources/TB_MiniComp.gif \
$(srcdir)/resources/TB_MiniMail.gif \
$(srcdir)/resources/TB_MiniNav.gif \
$(srcdir)/resources/TB_MiniTab.gif \
$(srcdir)/resources/TB_MixSecurity.gif \
$(srcdir)/resources/TB_MixSecurity.mo.gif \
$(srcdir)/resources/TB_Netscape.gif \
$(srcdir)/resources/TB_Netscape_mo.gif \
$(srcdir)/resources/TB_PersonalIcon.gif \
$(srcdir)/resources/TB_Places.gif \
$(srcdir)/resources/TB_Places_mo.gif \
$(srcdir)/resources/TB_Print.gif \
$(srcdir)/resources/TB_Print_mo.gif \
$(srcdir)/resources/TB_Reload.gif \
$(srcdir)/resources/TB_Reload_mo.gif \
$(srcdir)/resources/TB_Search.gif \
$(srcdir)/resources/TB_Search_mo.gif \
$(srcdir)/resources/TB_Secure.gif \
$(srcdir)/resources/TB_Secure_mo.gif \
$(srcdir)/resources/TB_Stop.gif \
$(srcdir)/resources/TB_Stop.mo.gif \
$(srcdir)/resources/TB_Stop_dis.gif \
$(srcdir)/resources/TB_Stop_mo.gif \
$(srcdir)/resources/TB_Tab.gif \
$(srcdir)/resources/TB_TabSmall.gif \
$(srcdir)/resources/TB_TabSmall_mo.gif \
$(srcdir)/resources/TB_Tab_mo.gif \
$(srcdir)/resources/TB_Unsecure.gif \
$(srcdir)/resources/TB_Unsecure.mo.gif \
$(srcdir)/resources/TB_WhatsRelated.gif \
$(srcdir)/resources/TB_WhatsRelated_mo.gif \
$(srcdir)/resources/StatusBar-insecure.gif \
$(srcdir)/resources/StatusBar-secure.gif \
$(NULL)
install::

View File

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 342 B

View File

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B

View File

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 379 B

View File

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 393 B

View File

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 330 B

View File

Before

Width:  |  Height:  |  Size: 401 B

After

Width:  |  Height:  |  Size: 401 B

View File

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 317 B

View File

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 314 B

View File

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 157 B

View File

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 164 B

View File

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B

View File

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 185 B

View File

Before

Width:  |  Height:  |  Size: 206 B

After

Width:  |  Height:  |  Size: 206 B

View File

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 217 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

View File

Before

Width:  |  Height:  |  Size: 208 B

After

Width:  |  Height:  |  Size: 208 B

View File

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 189 B

View File

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 209 B

View File

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B

View File

Before

Width:  |  Height:  |  Size: 927 B

After

Width:  |  Height:  |  Size: 927 B

View File

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 236 B

View File

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

View File

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 240 B

View File

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 253 B

View File

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B

View File

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B

View File

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 171 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

View File

Before

Width:  |  Height:  |  Size: 857 B

After

Width:  |  Height:  |  Size: 857 B

View File

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

View File

Before

Width:  |  Height:  |  Size: 251 B

After

Width:  |  Height:  |  Size: 251 B

View File

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View File

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View File

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 141 B

View File

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

View File

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

View File

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

View File

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 215 B

View File

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View File

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

View File

Before

Width:  |  Height:  |  Size: 990 B

After

Width:  |  Height:  |  Size: 990 B

View File

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B

View File

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 264 B

View File

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 258 B

View File

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

View File

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 216 B

View File

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 267 B

View File

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 138 B

View File

Before

Width:  |  Height:  |  Size: 111 B

After

Width:  |  Height:  |  Size: 111 B

View File

Before

Width:  |  Height:  |  Size: 873 B

After

Width:  |  Height:  |  Size: 873 B

View File

Before

Width:  |  Height:  |  Size: 899 B

After

Width:  |  Height:  |  Size: 899 B

View File

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 204 B

View File

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B

View File

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 241 B

View File

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 309 B