move /sys/File Managers/z_icons.png to /sys/icons16.png
git-svn-id: svn://kolibrios.org@7052 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f09eef1c27
commit
65c871aefe
@ -17,6 +17,7 @@ img_files = {
|
||||
{"STRUCT.INC", PROGS .. "/struct.inc"},
|
||||
{"FB2READ", "common/fb2read"},
|
||||
{"ICONS32.PNG", "common/icons32.png"},
|
||||
{"ICONS16.PNG", "common/icons16.png"},
|
||||
{"INDEX.HTM", "common/index_htm"},
|
||||
{"KERPACK", "common/kerpack"},
|
||||
{"KUZKINA.MID", "common/kuzkina.mid"},
|
||||
@ -29,7 +30,6 @@ img_files = {
|
||||
{"File Managers/EOLITE.INI", "common/File Managers/eolite.ini"},
|
||||
{"File Managers/ICONS.INI", "common/File Managers/icons.ini"},
|
||||
{"File Managers/KFM.INI", "common/File Managers/kfm.ini"},
|
||||
{"File Managers/Z_ICONS.PNG", PROGS .. "/fs/opendial/z_icons.png"},
|
||||
{"File Managers/BUTTONS.BMP", PROGS .. "/fs/kfm/trunk/buttons.bmp"},
|
||||
{"File Managers/ICONS.BMP", PROGS .. "/fs/kfm/trunk/icons.bmp"},
|
||||
{"File Managers/FNAV/FNAV", "common/File Managers/fNav/fNav.kex"},
|
||||
|
@ -1,3 +1,4 @@
|
||||
[icons16]
|
||||
asm=4
|
||||
inc=4
|
||||
txt=3
|
||||
|
BIN
data/common/icons16.png
Normal file
BIN
data/common/icons16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 54 KiB |
@ -1968,11 +1968,9 @@ calc_ini:
|
||||
ret
|
||||
;---------------------------------------------------------------------
|
||||
load_ini:
|
||||
mov ebx,ini_file_name
|
||||
mov esi,path
|
||||
mov edi,file_name
|
||||
call copy_file_path
|
||||
mov edi,ini_file_name
|
||||
|
||||
mov [fileinfo.name],edi
|
||||
mov [fileinfo.subfunction],dword 5
|
||||
mov [fileinfo.size],dword 0
|
||||
mov [fileinfo.return],dword file_info
|
||||
@ -2015,11 +2013,9 @@ load_icons:
|
||||
test eax,eax
|
||||
jz @f
|
||||
|
||||
mov ebx,icons_file_name
|
||||
mov esi,path
|
||||
mov edi,file_name
|
||||
call copy_file_path
|
||||
mov edi,icons_path
|
||||
|
||||
mov [fileinfo.name],edi
|
||||
mov [fileinfo.subfunction],dword 5
|
||||
mov [fileinfo.size],dword 0
|
||||
mov [fileinfo.return],dword file_info
|
||||
@ -2872,9 +2868,9 @@ start_pach:
|
||||
root_pach:
|
||||
db '/',0
|
||||
|
||||
icons_file_name_2 db 'buttons/'
|
||||
icons_file_name db 'z_icons.png',0
|
||||
ini_file_name db 'icons.ini',0
|
||||
icons_file_name_2 db 'buttons/'
|
||||
icons_path db '/sys/icons16.png',0
|
||||
ini_file_name db '/sys/File managers/icons.ini',0
|
||||
;---------------------------------------------------------------------
|
||||
|
||||
message:
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue
Block a user