Subversion Repositories Kolibri OS

Rev

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

Rev 6708 Rev 6746
Line 33... Line 33...
33
			}
33
			}
34
			else if (operation_flag==DELETE_FLAG) {
34
			else if (operation_flag==DELETE_FLAG) {
35
				title = T_DELETE_WINDOW_TITLE;
35
				title = T_DELETE_WINDOW_TITLE;
36
				message = T_DELETE_WINDOW_TEXT;
36
				message = T_DELETE_WINDOW_TEXT;
37
			}
37
			}
38
			DefineAndDrawWindow(Form.left+Form.width-200,Form.top+90,WIN_DIALOG_W,skin_height+WIN_DIALOG_H,0x34,system.color.work,title);
38
			DefineAndDrawWindow(Form.left+Form.width-200,Form.top+90,WIN_DIALOG_W,skin_height+WIN_DIALOG_H,0x34,system.color.work,title,0);
39
			GetProcessInfo(#Dialog_Form, SelfInfo);
39
			GetProcessInfo(#Dialog_Form, SelfInfo);
40
			WriteText(45, 11, 0x90, system.color.work_text, message);
40
			WriteText(45, 11, 0x90, system.color.work_text, message);
41
			DrawFlatButton(Dialog_Form.cwidth - 105, copy_bar.top-2 , T_CANCEL_PASTE, T_ABORT_WINDOW_BUTTON);
41
			DrawFlatButton(Dialog_Form.cwidth - 105, copy_bar.top-2 , T_CANCEL_PASTE, T_ABORT_WINDOW_BUTTON);
42
	}
42
	}
43
}
43
}