Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4250 → Rev 4260

/programs/system/RunOD/RunOD.asm
1,7 → 1,7
; Run with OpenDialog ;
; this source can be compiled ;
; with FASM or NASM ;
 
 
 
org 0
use32
 
152,6 → 152,11
jmp .loop
; ----------------------- ;
.no_key_enter:
cmp ah, 185
jne .no_key_insert
call on_button_browse
jmp .loop
.no_key_insert:
push edit1
call [edit_box_key]
jmp .loop
613,7 → 618,7
.max dd 4096
.text dd 0
.mouse_variable dd 0
.flags dd 2
.flags dd 0x4002 ; always focus
.size dd 0
.pos dd 0
.offset dd 0