UPD: Use standard icon names (FreeDesktop.org specification)
|
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 417 B |
|
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 423 B |
|
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 509 B After Width: | Height: | Size: 509 B |
|
|
@ -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
|
||||
|
|
|
|||