Subversion Repositories Kolibri OS

Rev

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

Rev 7791 Rev 7796
Line 433... Line 433...
433
			open_new_tab = true;
433
			open_new_tab = true;
434
			EventClickLink(PageLinks.GetURL(PageLinks.active));
434
			EventClickLink(PageLinks.GetURL(PageLinks.active));
435
			open_new_tab = false;
435
			open_new_tab = false;
436
			return;
436
			return;
437
		case IN_NEW_WINDOW:
437
		case IN_NEW_WINDOW:
438
			open_new_tab = true;
438
			open_new_window = true;
439
			EventClickLink(PageLinks.GetURL(PageLinks.active));
439
			EventClickLink(PageLinks.GetURL(PageLinks.active));
440
			open_new_tab = false;
440
			open_new_window = false;
441
			return;
441
			return;
442
		case COPY_LINK_URL:
442
		case COPY_LINK_URL:
443
			Clipboard__CopyText(PageLinks.GetURL(PageLinks.active));
443
			Clipboard__CopyText(PageLinks.GetURL(PageLinks.active));
444
			notify("'URL copied to clipboard'O");
444
			notify("'URL copied to clipboard'O");
445
			return;
445
			return;