48x48 icons for Bug 404402 - Ship and use different sizes of the Firefox icon. r=mconnor, bsmedberg, ui-r=mconnor, a=blocking-ff3+

This commit is contained in:
dolske@mozilla.com 2008-01-29 14:22:09 -08:00
parent dbb75e97c2
commit 37dcdb1cb4
9 changed files with 7 additions and 0 deletions

View File

@ -314,6 +314,7 @@ endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
libs::
$(INSTALL) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default
$(INSTALL) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default
endif
export::
@ -340,6 +341,7 @@ ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
cp $(srcdir)/default16.png $(DIST)/branding/default16.png
cp $(srcdir)/default48.png $(DIST)/branding/default48.png
endif
ifeq ($(OS_ARCH),OS2)
cp $(srcdir)/firefox-os2.ico $(DIST)/branding/firefox.ico

BIN
browser/app/default48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -21,6 +21,7 @@ include $(topsrcdir)/config/rules.mk
BROWSER_APP_FILES = \
default16.png \
default48.png \
mozicon128.png \
mozicon16.xpm \
mozicon50.xpm \

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -275,6 +275,7 @@ bin/chrome/comm.manifest
bin/chrome/toolkit.jar
bin/chrome/toolkit.manifest
bin/chrome/icons/default/default16.png
bin/chrome/icons/default/default48.png
bin/chrome/reporter.manifest
bin/chrome/reporter.jar
bin/@PREF_DIR@/reporter.js

View File

@ -21,6 +21,7 @@ include $(topsrcdir)/config/rules.mk
BROWSER_APP_FILES = \
default16.png \
default48.png \
mozicon128.png \
mozicon16.xpm \
mozicon50.xpm \

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -228,6 +228,7 @@ endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
libs::
$(INSTALL) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default
$(INSTALL) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default
endif
# XXX applications would need to supply this file
@ -248,6 +249,7 @@ ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
cp $(srcdir)/default16.png $(DIST)/branding/default16.png
cp $(srcdir)/default48.png $(DIST)/branding/default48.png
endif
ifeq ($(OS_ARCH),OS2)
cp $(srcdir)/xulrunner-os2.ico $(DIST)/branding/xulrunner.ico

BIN
xulrunner/app/default48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB