Subversion Repositories Kolibri OS

Rev

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

Rev 6795 Rev 6931
Line 72... Line 72...
72
				DrawRectangle(links[active].x, -WB1.list.first + links[active].y, 
72
				DrawRectangle(links[active].x, -WB1.list.first + links[active].y, 
73
				links[active].w, links[active].h, 0);
73
				links[active].w, links[active].h, 0);
74
				return false;
74
				return false;
75
			}
75
			}
76
			if (mouse.mkm) && (mouse.up) {
76
			if (mouse.mkm) && (mouse.up) {
77
			//	strcpy(#URL_temp, links[active].link);
77
				open_in_a_new_window = true;
78
			//	GetAbsoluteUrl(#URL_temp);
78
				ClickLink();
79
			//	RunProgram(#program_path, #URL_temp);
-
 
80
				return false;
79
				return false;
81
			}
80
			}
82
			if (mouse.lkm) && (mouse.up) { 
81
			if (mouse.lkm) && (mouse.up) { 
83
				CursorPointer.Restore();
82
				CursorPointer.Restore();
84
				ClickLink();
83
				ClickLink();