gnome-themes r1505 - in trunk: . icon-themes/HighContrastLargePrint icon-themes/HighContrastLargePrint/48x48/categories icon-themes/HighContrastLargePrintInverse icon-themes/HighContrastLargePrintInverse/48x48/categories
- From: calum svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-themes r1505 - in trunk: . icon-themes/HighContrastLargePrint icon-themes/HighContrastLargePrint/48x48/categories icon-themes/HighContrastLargePrintInverse icon-themes/HighContrastLargePrintInverse/48x48/categories
- Date: Mon, 18 Aug 2008 15:50:18 +0000 (UTC)
Author: calum
Date: Mon Aug 18 15:50:18 2008
New Revision: 1505
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1505&view=rev
Log:
Ensure all category icons are represented in the HC and HCI themes
(fixes bug 434839).
Added:
trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-engineering.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-development.png
trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-other.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-system.png
trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-science.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-system.png
trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-utilities.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-accessories.png
trunk/icon-themes/HighContrastLargePrint/48x48/categories/preferences-desktop-peripherals.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/preferences-desktop.png
trunk/icon-themes/HighContrastLargePrint/48x48/categories/preferences-desktop-personal.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/preferences-desktop.png
trunk/icon-themes/HighContrastLargePrint/48x48/categories/preferences-other.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/preferences-desktop.png
trunk/icon-themes/HighContrastLargePrint/48x48/categories/preferences-system-network.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-system.png
trunk/icon-themes/HighContrastLargePrint/48x48/categories/preferences-system.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrint/48x48/categories/applications-system.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-engineering.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-development.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-other.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-system.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-science.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-system.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-utilities.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-accessories.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/preferences-desktop-peripherals.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/preferences-desktop.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/preferences-desktop-personal.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/preferences-desktop.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/preferences-other.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/preferences-desktop.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/preferences-system-network.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-system.png
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/preferences-system.png
- copied unchanged from r1504, /trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/applications-system.png
Modified:
trunk/ChangeLog
trunk/icon-themes/HighContrastLargePrint/48x48/categories/Makefile.am
trunk/icon-themes/HighContrastLargePrint/index.theme.in
trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/Makefile.am
trunk/icon-themes/HighContrastLargePrintInverse/index.theme.in
Modified: trunk/icon-themes/HighContrastLargePrint/48x48/categories/Makefile.am
==============================================================================
--- trunk/icon-themes/HighContrastLargePrint/48x48/categories/Makefile.am (original)
+++ trunk/icon-themes/HighContrastLargePrint/48x48/categories/Makefile.am Mon Aug 18 15:50:18 2008
@@ -7,16 +7,25 @@
icondir = $(themedir)/$(size)/$(context)
icon_DATA= \
- applications-accessories.png \
- applications-development.png \
- applications-games.png \
- applications-graphics.png \
- applications-internet.png \
- applications-multimedia.png \
- applications-office.png \
- applications-system.png \
- preferences-desktop.png \
- $(NULL)
+ applications-science.png \
+ preferences-system-network.png \
+ applications-development.png \
+ applications-other.png \
+ applications-utilities.png \
+ preferences-desktop-personal.png \
+ preferences-system.png \
+ applications-system.png \
+ applications-office.png \
+ applications-engineering.png \
+ applications-accessories.png \
+ preferences-desktop-peripherals.png \
+ applications-internet.png \
+ applications-graphics.png \
+ preferences-desktop.png \
+ preferences-other.png \
+ applications-games.png \
+ applications-multimedia.png \
+ $(NULL)
EXTRA_DIST= $(icon_DATA)
Modified: trunk/icon-themes/HighContrastLargePrint/index.theme.in
==============================================================================
--- trunk/icon-themes/HighContrastLargePrint/index.theme.in (original)
+++ trunk/icon-themes/HighContrastLargePrint/index.theme.in Mon Aug 18 15:50:18 2008
@@ -3,380 +3,20 @@
_Comment=Large High Contrast Icon Theme
Hidden=true
-Directories=8x8/emblems,16x16/actions,16x16/animations,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/filesystems,16x16/mimetypes,16x16/places,16x16/status,16x16/stock/chart,16x16/stock/code,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/emoticons,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/places,22x22/status,24x24/actions,24x24/animations,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/filesystems,24x24/mimetypes,24x24/places,24x24/status,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/
net,24x24/stock/object,24x24/stock/table,24x24/stock/text,32x32/actions,32x32/animations,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/stock/code,48x48/stock/document,48x48/stock/generic,48x48/stock/io,48x48/stock/net,scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,scalable/stock/generic
+Directories=36x36/animations,48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/status
Inherits=gnome
-[8x8/emblems]
-Size=8
-Context=Emblems
-Type=Fixed
-
-[16x16/actions]
-Size=16
-Context=Actions
-Type=Fixed
-
-[16x16/animations]
-Size=16
+[36x36/animations]
+Size=36
Context=Animations
Type=Fixed
-[16x16/apps]
-Size=16
-Context=Applications
-Type=Fixed
-
-[16x16/categories]
-Size=16
-Context=Categories
-Type=Fixed
-
-[16x16/devices]
-Size=16
-Context=Devices
-Type=Fixed
-
-[16x16/emblems]
-Size=16
-Context=Emblems
-Type=Fixed
-
-[16x16/emotes]
-Size=16
-Context=Emotes
-Type=Fixed
-
-[16x16/filesystems]
-Size=16
-Context=FileSystems
-Type=Fixed
-
-[16x16/mimetypes]
-Size=16
-Context=MimeTypes
-Type=Fixed
-
-[16x16/places]
-Size=16
-Context=Places
-Type=Fixed
-
-[16x16/status]
-Size=16
-Context=Status
-Type=Fixed
-
-[16x16/stock/chart]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/code]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/data]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/document]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/emoticons]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/form]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/generic]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/image]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/io]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/media]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/navigation]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/net]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/object]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/table]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/text]
-Size=16
-Context=Stock
-Type=Fixed
-
-[22x22/actions]
-Size=22
-Context=Actions
-Type=Fixed
-
-[22x22/animations]
-Size=22
-Context=Animations
-Type=Fixed
-
-[22x22/apps]
-Size=22
-Context=Applications
-Type=Fixed
-
-[22x22/categories]
-Size=22
-Context=Categories
-Type=Fixed
-
-[22x22/devices]
-Size=22
-Context=Devices
-Type=Fixed
-
-[22x22/emblems]
-Size=22
-Context=Emblems
-Type=Fixed
-
-[22x22/emotes]
-Size=22
-Context=Emotes
-Type=Fixed
-
-[22x22/mimetypes]
-Size=22
-Context=MimeTypes
-Type=Fixed
-
-[22x22/places]
-Size=22
-Context=Places
-Type=Fixed
-
-[22x22/status]
-Size=22
-Context=Status
-Type=Fixed
-
-[24x24/actions]
-Size=24
-Context=Actions
-Type=Fixed
-
-[24x24/animations]
-Size=24
-Context=Animations
-Type=Fixed
-
-[24x24/apps]
-Size=24
-Context=Applications
-Type=Fixed
-
-[24x24/categories]
-Size=24
-Context=Categories
-Type=Fixed
-
-[24x24/devices]
-Size=24
-Context=Devices
-Type=Fixed
-
-[24x24/emblems]
-Size=24
-Context=Emblems
-Type=Fixed
-
-[24x24/emotes]
-Size=24
-Context=Emotes
-Type=Fixed
-
-[24x24/filesystems]
-Size=24
-Context=FileSystems
-Type=Fixed
-
-[24x24/mimetypes]
-Size=24
-Context=MimeTypes
-Type=Fixed
-
-[24x24/places]
-Size=24
-Context=Places
-Type=Fixed
-
-[24x24/status]
-Size=24
-Context=Status
-Type=Fixed
-
-[24x24/stock/chart]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/code]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/data]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/document]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/form]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/generic]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/image]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/io]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/media]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/navigation]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/net]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/object]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/table]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/text]
-Size=24
-Context=Stock
-Type=Fixed
-
-[32x32/actions]
-Size=32
-Context=Actions
-Type=Fixed
-
-[32x32/animations]
-Size=32
-Context=Animations
-Type=Fixed
-
-[32x32/apps]
-Size=32
-Context=Applications
-Type=Fixed
-
-[32x32/categories]
-Size=32
-Context=Categories
-Type=Fixed
-
-[32x32/devices]
-Size=32
-Context=Devices
-Type=Fixed
-
-[32x32/emblems]
-Size=32
-Context=Emblems
-Type=Fixed
-
-[32x32/emotes]
-Size=32
-Context=Emotes
-Type=Fixed
-
-[32x32/mimetypes]
-Size=32
-Context=MimeTypes
-Type=Fixed
-
-[32x32/places]
-Size=32
-Context=Places
-Type=Fixed
-
-[32x32/status]
-Size=32
-Context=Status
-Type=Fixed
-
[48x48/actions]
Size=48
Context=Actions
Type=Fixed
-[48x48/animations]
-Size=48
-Context=Animations
-Type=Fixed
-
[48x48/apps]
Size=48
Context=Applications
@@ -412,28 +52,8 @@
Context=Places
Type=Fixed
-[48x48/stock/code]
-Size=48
-Context=Stock
-Type=Fixed
-
-[48x48/stock/document]
-Size=48
-Context=Stock
-Type=Fixed
-
-[48x48/stock/generic]
-Size=48
-Context=Stock
-Type=Fixed
-
-[48x48/stock/io]
-Size=48
-Context=Stock
-Type=Fixed
-
-[48x48/stock/net]
+[48x48/status]
Size=48
-Context=Stock
+Context=Status
Type=Fixed
Modified: trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/Makefile.am
==============================================================================
--- trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/Makefile.am (original)
+++ trunk/icon-themes/HighContrastLargePrintInverse/48x48/categories/Makefile.am Mon Aug 18 15:50:18 2008
@@ -7,16 +7,25 @@
icondir = $(themedir)/$(size)/$(context)
icon_DATA= \
- applications-accessories.png \
- applications-development.png \
- applications-games.png \
- applications-graphics.png \
- applications-internet.png \
- applications-multimedia.png \
- applications-office.png \
- applications-system.png \
- preferences-desktop.png \
- $(NULL)
+ applications-science.png \
+ preferences-system-network.png \
+ applications-development.png \
+ applications-other.png \
+ applications-utilities.png \
+ preferences-desktop-personal.png \
+ preferences-system.png \
+ applications-system.png \
+ applications-office.png \
+ applications-engineering.png \
+ applications-accessories.png \
+ preferences-desktop-peripherals.png \
+ applications-internet.png \
+ applications-graphics.png \
+ preferences-desktop.png \
+ preferences-other.png \
+ applications-games.png \
+ applications-multimedia.png \
+ $(NULL)
EXTRA_DIST= $(icon_DATA)
Modified: trunk/icon-themes/HighContrastLargePrintInverse/index.theme.in
==============================================================================
--- trunk/icon-themes/HighContrastLargePrintInverse/index.theme.in (original)
+++ trunk/icon-themes/HighContrastLargePrintInverse/index.theme.in Mon Aug 18 15:50:18 2008
@@ -3,380 +3,20 @@
_Comment=Large Inverse High Contrast Icon Theme
Hidden=true
-Directories=8x8/emblems,16x16/actions,16x16/animations,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/filesystems,16x16/mimetypes,16x16/places,16x16/status,16x16/stock/chart,16x16/stock/code,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/emoticons,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/places,22x22/status,24x24/actions,24x24/animations,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/filesystems,24x24/mimetypes,24x24/places,24x24/status,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/
net,24x24/stock/object,24x24/stock/table,24x24/stock/text,32x32/actions,32x32/animations,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/stock/code,48x48/stock/document,48x48/stock/generic,48x48/stock/io,48x48/stock/net,scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,scalable/stock/generic
+Directories=36x36/animations,48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/status
Inherits=gnome
-[8x8/emblems]
-Size=8
-Context=Emblems
-Type=Fixed
-
-[16x16/actions]
-Size=16
-Context=Actions
-Type=Fixed
-
-[16x16/animations]
-Size=16
-Context=Animations
-Type=Fixed
-
-[16x16/apps]
-Size=16
-Context=Applications
-Type=Fixed
-
-[16x16/categories]
-Size=16
-Context=Categories
-Type=Fixed
-
-[16x16/devices]
-Size=16
-Context=Devices
-Type=Fixed
-
-[16x16/emblems]
-Size=16
-Context=Emblems
-Type=Fixed
-
-[16x16/emotes]
-Size=16
-Context=Emotes
-Type=Fixed
-
-[16x16/filesystems]
-Size=16
-Context=FileSystems
-Type=Fixed
-
-[16x16/mimetypes]
-Size=16
-Context=MimeTypes
-Type=Fixed
-
-[16x16/places]
-Size=16
-Context=Places
-Type=Fixed
-
-[16x16/status]
-Size=16
-Context=Status
-Type=Fixed
-
-[16x16/stock/chart]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/code]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/data]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/document]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/emoticons]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/form]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/generic]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/image]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/io]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/media]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/navigation]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/net]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/object]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/table]
-Size=16
-Context=Stock
-Type=Fixed
-
-[16x16/stock/text]
-Size=16
-Context=Stock
-Type=Fixed
-
-[22x22/actions]
-Size=22
-Context=Actions
-Type=Fixed
-
-[22x22/animations]
-Size=22
-Context=Animations
-Type=Fixed
-
-[22x22/apps]
-Size=22
-Context=Applications
-Type=Fixed
-
-[22x22/categories]
-Size=22
-Context=Categories
-Type=Fixed
-
-[22x22/devices]
-Size=22
-Context=Devices
-Type=Fixed
-
-[22x22/emblems]
-Size=22
-Context=Emblems
-Type=Fixed
-
-[22x22/emotes]
-Size=22
-Context=Emotes
-Type=Fixed
-
-[22x22/mimetypes]
-Size=22
-Context=MimeTypes
-Type=Fixed
-
-[22x22/places]
-Size=22
-Context=Places
-Type=Fixed
-
-[22x22/status]
-Size=22
-Context=Status
-Type=Fixed
-
-[24x24/actions]
-Size=24
-Context=Actions
-Type=Fixed
-
-[24x24/animations]
-Size=24
-Context=Animations
-Type=Fixed
-
-[24x24/apps]
-Size=24
-Context=Applications
-Type=Fixed
-
-[24x24/categories]
-Size=24
-Context=Categories
-Type=Fixed
-
-[24x24/devices]
-Size=24
-Context=Devices
-Type=Fixed
-
-[24x24/emblems]
-Size=24
-Context=Emblems
-Type=Fixed
-
-[24x24/emotes]
-Size=24
-Context=Emotes
-Type=Fixed
-
-[24x24/filesystems]
-Size=24
-Context=FileSystems
-Type=Fixed
-
-[24x24/mimetypes]
-Size=24
-Context=MimeTypes
-Type=Fixed
-
-[24x24/places]
-Size=24
-Context=Places
-Type=Fixed
-
-[24x24/status]
-Size=24
-Context=Status
-Type=Fixed
-
-[24x24/stock/chart]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/code]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/data]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/document]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/form]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/generic]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/image]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/io]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/media]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/navigation]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/net]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/object]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/table]
-Size=24
-Context=Stock
-Type=Fixed
-
-[24x24/stock/text]
-Size=24
-Context=Stock
-Type=Fixed
-
-[32x32/actions]
-Size=32
-Context=Actions
-Type=Fixed
-
-[32x32/animations]
-Size=32
+[36x36/animations]
+Size=36
Context=Animations
Type=Fixed
-[32x32/apps]
-Size=32
-Context=Applications
-Type=Fixed
-
-[32x32/categories]
-Size=32
-Context=Categories
-Type=Fixed
-
-[32x32/devices]
-Size=32
-Context=Devices
-Type=Fixed
-
-[32x32/emblems]
-Size=32
-Context=Emblems
-Type=Fixed
-
-[32x32/emotes]
-Size=32
-Context=Emotes
-Type=Fixed
-
-[32x32/mimetypes]
-Size=32
-Context=MimeTypes
-Type=Fixed
-
-[32x32/places]
-Size=32
-Context=Places
-Type=Fixed
-
-[32x32/status]
-Size=32
-Context=Status
-Type=Fixed
-
[48x48/actions]
Size=48
Context=Actions
Type=Fixed
-[48x48/animations]
-Size=48
-Context=Animations
-Type=Fixed
-
[48x48/apps]
Size=48
Context=Applications
@@ -412,27 +52,8 @@
Context=Places
Type=Fixed
-[48x48/stock/code]
+[48x48/status]
Size=48
-Context=Stock
-Type=Fixed
-
-[48x48/stock/document]
-Size=48
-Context=Stock
-Type=Fixed
-
-[48x48/stock/generic]
-Size=48
-Context=Stock
-Type=Fixed
-
-[48x48/stock/io]
-Size=48
-Context=Stock
+Context=Status
Type=Fixed
-[48x48/stock/net]
-Size=48
-Context=Stock
-Type=Fixed
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]