Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8899 → Rev 8900

/programs/fs/unz/unz.asm
663,7 → 663,6
; int num_buttons, const char* buttons[]);
; int __stdcall DialogBox(DLGDATA* dlg);
 
forpassword rd 1
stateDlg dd 0 ;0 - in process, 1 - button ok, 2 - button cancel
errmess0 dd strErrorExc
 
765,7 → 764,7
edtUnpPath edit_box (WIN_W-100-60),100,35,0FFFFFFh,0xff,0x80ff,0h,0x90000000,\
1024, pathOut, 0,0,0,0
edtPassword edit_box 200, 56, 40, 0FFFFFFh,0xff,0x80ff,0h,0x90000000,\
255, password, 0, ed_focus+ed_always_focus ;+ed_pass
255, 0, 0, ed_focus+ed_always_focus ;+ed_pass
 
endEdits:
 
864,7 → 863,6
fInp rb 1024
pathOut rb 1024 ;¯ãâì, ªã¤  à á¯ ªã¥âáï ¢áñ
files rd 256
password rb 256
 
fZipInfo rb 40