forked from KolibriOS/kolibrios
Fix logic for flag
git-svn-id: svn://kolibrios.org@3352 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
83754e005a
commit
6501c791a6
@ -178,7 +178,7 @@ ActionOpen:
|
||||
jnz still
|
||||
mov [OpenDialog_data.type],0 ; open
|
||||
call OpenDialog_Start_1
|
||||
jne .1
|
||||
jne still
|
||||
call locLoadFile
|
||||
call DrawBars
|
||||
.1:
|
||||
@ -199,7 +199,7 @@ ActionSave:
|
||||
jnz still
|
||||
mov [OpenDialog_data.type],1 ; save
|
||||
call OpenDialog_Start_1
|
||||
jne ActionOpen.1
|
||||
jne still
|
||||
call locSaveFile
|
||||
jmp ActionOpen.1
|
||||
;---------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user