UPD: Use standard icon names (FreeDesktop.org specification)

This commit is contained in:
Alexander Koblov 2009-08-09 10:46:21 +00:00
commit 732adf07a7
7 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 417 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 423 B

After

Width:  |  Height:  |  Size: 423 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 515 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 509 B

Before After
Before After

View file

@ -649,8 +649,8 @@ begin
FiLinkIconID:=CheckAddPixmap('filesystems' + PathDelim + 'link.png');
FiUpDirIconID:=CheckAddPixmap('actions' + PathDelim + 'go-up.png');
FiArcIconID := CheckAddPixmap('mimetypes' + PathDelim + 'package-x-generic.png');
FiSortAscID := CheckAddPixmap('actions' + PathDelim + 'sort-asc.png');
FiSortDescID := CheckAddPixmap('actions' + PathDelim + 'sort-desc.png');
FiSortAscID := CheckAddPixmap('actions' + PathDelim + 'view-sort-ascending.png');
FiSortDescID := CheckAddPixmap('actions' + PathDelim + 'view-sort-descending.png');
{ Load icons from doublecmd.ext }
for I := 0 to gExts.Count - 1 do