Subversion Repositories Kolibri OS

Rev

Rev 3339 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3339 Rev 3352
Line 176... Line 176...
176
ActionOpen:
176
ActionOpen:
177
	test	dword [wFlags],1
177
	test	dword [wFlags],1
178
	jnz	still
178
	jnz	still
179
	mov	[OpenDialog_data.type],0 ; open
179
	mov	[OpenDialog_data.type],0 ; open
180
	call	OpenDialog_Start_1
180
	call	OpenDialog_Start_1
181
	jne	.1
181
	jne	still
182
	call	locLoadFile
182
	call	locLoadFile
183
	call	DrawBars
183
	call	DrawBars
184
.1:
184
.1:
185
	xor  dword [wFlags],1
185
	xor	dword [wFlags],1
186
	jmp	still
186
	jmp	still
Line 197... Line 197...
197
ActionSave:
197
ActionSave:
198
	test	dword [wFlags],1
198
	test	dword [wFlags],1
199
	jnz	still
199
	jnz	still
200
	mov	[OpenDialog_data.type],1 ; save
200
	mov	[OpenDialog_data.type],1 ; save
201
	call	OpenDialog_Start_1
201
	call	OpenDialog_Start_1
202
	jne	ActionOpen.1
202
	jne	still
203
	call	locSaveFile
203
	call	locSaveFile
204
	jmp	ActionOpen.1
204
	jmp	ActionOpen.1
205
;---------------------------------------------------------------------
205
;---------------------------------------------------------------------
206
TestWndProc:
206
TestWndProc:
207
	or	dword [wFlags],1
207
	or	dword [wFlags],1