Subversion Repositories Kolibri OS

Rev

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

Rev 8861 Rev 8947
Line 12... Line 12...
12
	REDRAW_FLAG,
12
	REDRAW_FLAG,
13
	COPY_FLAG, 
13
	COPY_FLAG, 
14
	MOVE_FLAG, 
14
	MOVE_FLAG, 
15
	DELETE_FLAG, 
15
	DELETE_FLAG, 
16
	OPERATION_END
16
};
17
};
-
 
18
 
17
 
Line 19... Line 18...
19
void DisplayOperationForm(int operation_flag)
18
void DisplayOperationForm(int operation_flag)
20
{
19
{
21
	dword title;
20
	dword title;
Line 55... Line 54...
55
	}
54
	}
56
}
55
}
57
 
56
 
Line 58... Line 57...
58
void DialogExit() {
57
void DialogExit() {
59
	action_buf = OPERATION_END;
-
 
60
	ActivateWindow(GetProcessSlot(Form.ID));
58
	ActivateWindow(GetProcessSlot(Form.ID));
61
	ExitProcess();
59
	ExitProcess();
62
}
60
}
Line 63... Line 61...
63
 
61