Renamed panel-assets icon to panel-resources

This commit is contained in:
Joel Holdsworth 2009-01-24 18:40:20 +00:00
parent 2f335a87d1
commit c938526a94
5 changed files with 8 additions and 8 deletions

View file

@ -40,7 +40,7 @@ dist_pkgdata_DATA += \
$(16x16)/track-enabled.png \
$(16x16)/track-locked.png \
$(16x16)/track-unlocked.png \
$(16x16)/panel-assets.png $(22x22)/panel-assets.png $(32x32)/panel-assets.png \
$(16x16)/panel-resources.png $(22x22)/panel-resources.png $(32x32)/panel-resources.png \
$(16x16)/panel-timeline.png \
$(16x16)/panel-viewer.png $(22x22)/panel-viewer.png $(32x32)/panel-viewer.png
@ -75,12 +75,12 @@ $(16x16)/track-unlocked.png : $(svgdir)/track-unlocked.svg $(top_builddir)/rsvg-
# Panels
$(16x16)/panel-assets.png:
cp $(16x16pre)/panel-assets.png $(16x16)
$(22x22)/panel-assets.png:
cp $(22x22pre)/panel-assets.png $(22x22)
$(32x32)/panel-assets.png:
cp $(32x32pre)/panel-assets.png $(32x32)
$(16x16)/panel-resources.png:
cp $(16x16pre)/panel-resources.png $(16x16)
$(22x22)/panel-resources.png:
cp $(22x22pre)/panel-resources.png $(22x22)
$(32x32)/panel-resources.png:
cp $(32x32pre)/panel-resources.png $(32x32)
$(16x16)/panel-timeline.png:
cp $(16x16pre)/panel-timeline.png $(16x16)

View file

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 540 B

View file

Before

Width:  |  Height:  |  Size: 695 B

After

Width:  |  Height:  |  Size: 695 B

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -87,7 +87,7 @@ WindowManager::register_stock_items()
{
RefPtr<IconFactory> factory = IconFactory::create();
add_stock_icon_set(factory, "panel-assets", "panel_assets", _("_Assets"));
add_stock_icon_set(factory, "panel-resources", "panel_resources", _("_Resources"));
add_stock_icon_set(factory, "panel-timeline", "panel_timeline", _("_Timeline"));
add_stock_icon_set(factory, "panel-viewer", "panel_viewer", _("_Viewer"));