forked from KolibriOS/kolibrios
added default path for reserve saving (you can change it in rdsave.asm - path4 and recompile program)
git-svn-id: svn://kolibrios.org@371 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
161e2aa725
commit
97537d56b2
@ -291,12 +291,14 @@ draw_edit_boxes editbox,editbox_end ;
|
||||
header db appname,version,0
|
||||
|
||||
editbox:
|
||||
edit1 edit_box 170,10,113,0xffffff,0,0,0,1024,path4,ed_focus
|
||||
edit1 edit_box 170,10,113,0xffffff,0,0,0,512,path4,ed_focus,26
|
||||
editbox_end:
|
||||
|
||||
path1 db '/fd/1/',0
|
||||
path2 db '/fd/2/',0
|
||||
path3 db '/hd0/1/kolibri.img',0
|
||||
path4 db '/hd0/1/kolibri/kolibri.img',0 ;¤«ï १¥à¢®£® á®åà ¥¨ï
|
||||
rb 513
|
||||
|
||||
if lang eq ru
|
||||
save db '‘®åà ¨âì',0
|
||||
@ -331,4 +333,3 @@ end if
|
||||
I_END: ; ¬¥âª ª®æ ¯à®£à ¬¬ë
|
||||
|
||||
sc system_colors
|
||||
path4 rb 1025;1024+1
|
Loading…
Reference in New Issue
Block a user