forked from KolibriOS/kolibrios
KFM - small correction r7801, r7863, r7996. Now the size of the executable file has become smaller.
git-svn-id: svn://kolibrios.org@9720 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5052d133da
commit
bc7aa06428
@ -267,10 +267,3 @@ align 4
|
|||||||
read_folder_3_name:
|
read_folder_3_name:
|
||||||
rb 64
|
rb 64
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
align 4
|
|
||||||
sysopen:
|
|
||||||
dd 7,0,start_parameter,0,0
|
|
||||||
db '/sys/@open',0
|
|
||||||
;---------------------------------------------------------------------
|
|
||||||
buttons_file_data file 'images/buttons.raw'
|
|
||||||
icons_file_data file 'images/icons.raw'
|
|
@ -207,4 +207,12 @@ create_editboxes_end:
|
|||||||
;copy_editboxes:
|
;copy_editboxes:
|
||||||
;edit2 edit_box 150,10,10,0xffffff,0,0,0,0,255,create_dir_name,ed_focus,0
|
;edit2 edit_box 150,10,10,0xffffff,0,0,0,0,255,create_dir_name,ed_focus,0
|
||||||
;copy_editboxes_end:
|
;copy_editboxes_end:
|
||||||
|
;---------------------------------------------------------------------
|
||||||
|
align 4
|
||||||
|
sysopen:
|
||||||
|
dd 7,0,start_parameter,0,0
|
||||||
|
db '/sys/@open',0
|
||||||
|
;---------------------------------------------------------------------
|
||||||
|
buttons_file_data file 'images/buttons.raw'
|
||||||
|
icons_file_data file 'images/icons.raw'
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user