Subversion Repositories Kolibri OS

Rev

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

Rev 7976 Rev 7987
Line 476... Line 476...
476
			Clipboard__CopyText(GetAbsoluteActiveURL()); 
476
			Clipboard__CopyText(GetAbsoluteActiveURL()); 
477
			notify("'URL copied to clipboard'O");
477
			notify("'URL copied to clipboard'O");
478
			return;
478
			return;
479
		case DOWNLOAD_LINK_CONTENTS:
479
		case DOWNLOAD_LINK_CONTENTS:
480
			if (!downloader_opened) {
480
			if (!downloader_opened) {
-
 
481
				id__ = GetAbsoluteActiveURL();
481
				strcpy(#downloader_edit, GetAbsoluteActiveURL());
482
				strcpy(#downloader_edit, id__);
482
				CreateThread(#Downloader,#downloader_stak+4092);
483
				CreateThread(#Downloader,#downloader_stak+4092);
483
			}
484
			}
484
			return;
485
			return;
485
		case OPEN_FILE:
486
		case OPEN_FILE:
486
			EventOpenDialog();
487
			EventOpenDialog();