mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
bug 99380 Different shell icons to identify each associated file type
patch by Jeremy Morton <jez9999@runbox.com>, icons by jez, SkewerMZ, Brian Bober and Malcom Scott r=neil sr=jag a=bart
This commit is contained in:
parent
e073bfa038
commit
b280ba4a25
@ -16,7 +16,7 @@
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Contributor(s): Jeremy Morton (jez9999@runbox.com)
|
||||
#
|
||||
|
||||
DEPTH = ../..
|
||||
@ -243,6 +243,9 @@ else
|
||||
ICON_DIR=$(MOZ_WIDGET_TOOLKIT)
|
||||
endif
|
||||
|
||||
# Include icons based on widget toolkit; not all platforms need the same set.
|
||||
|
||||
# All-platform icons
|
||||
DESKTOP_ICONS = \
|
||||
abcardWindow \
|
||||
addressbookWindow \
|
||||
@ -263,6 +266,20 @@ DESKTOP_ICONS = \
|
||||
winInspectorMain \
|
||||
$(NULL)
|
||||
|
||||
ifeq (windows,$(MOZ_WIDGET_TOOLKIT))
|
||||
# Windows icons
|
||||
DESKTOP_ICONS += \
|
||||
gif-file \
|
||||
html-file \
|
||||
misc-file \
|
||||
image-file \
|
||||
jpeg-file \
|
||||
script-file \
|
||||
xml-file \
|
||||
xul-file \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifeq ($(ICON_DIR),gtk)
|
||||
DESKTOP_ICONS_SMALL=$(patsubst %,%16,$(DESKTOP_ICONS))
|
||||
endif
|
||||
|
@ -189,6 +189,14 @@ bin\chrome\icons\default\findHistoryWindow.ico
|
||||
bin\chrome\icons\default\history-window.ico
|
||||
bin\chrome\icons\default\jsconsoleWindow.ico
|
||||
bin\chrome\icons\default\main-window.ico
|
||||
bin\chrome\icons\default\gif-file.ico
|
||||
bin\chrome\icons\default\html-file.ico
|
||||
bin\chrome\icons\default\misc-file.ico
|
||||
bin\chrome\icons\default\image-file.ico
|
||||
bin\chrome\icons\default\jpeg-file.ico
|
||||
bin\chrome\icons\default\script-file.ico
|
||||
bin\chrome\icons\default\xml-file.ico
|
||||
bin\chrome\icons\default\xul-file.ico
|
||||
;-bin\chrome\comm\content\editor\EditorInitPage.html
|
||||
;-bin\chrome\comm\editor\content\EditorInitPagePlain.html
|
||||
;Include this for "debug" testing - remove for actual beta release:
|
||||
|
Loading…
Reference in New Issue
Block a user