Subversion Repositories Kolibri OS

Rev

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

Rev 5782 Rev 5803
Line 290... Line 290...
290
			{
290
			{
291
				strcpy(#URL, #editURL);
291
				strcpy(#URL, #editURL);
292
			}
292
			}
293
			else
293
			else
294
			{
294
			{
295
				strncpy(#URL,"http://",7);
295
				strlcpy(#URL,"http://",7);
296
				strcat(#URL, #editURL);
296
				strcat(#URL, #editURL);
297
			}
297
			}
298
			OpenPage();
298
			OpenPage();
299
			return;
299
			return;
300
		case 063: //F5
300
		case 063: //F5
Line 334... Line 334...
334
			strcpy(#URL, URL_SERVICE_HISTORY);
334
			strcpy(#URL, URL_SERVICE_HISTORY);
335
			OpenPage();
335
			OpenPage();
336
			return;
336
			return;
337
		case DOWNLOAD_MANAGER:
337
		case DOWNLOAD_MANAGER:
338
			if (!downloader_opened) {
338
			if (!downloader_opened) {
339
				strncpy(#DL_URL, "http://",7);
339
				strlcpy(#DL_URL, "http://",7);
340
				CreateThread(#Downloader,#downloader_stak+4092);
340
				CreateThread(#Downloader,#downloader_stak+4092);
341
			}
341
			}
342
			return; /*
342
			return; /*
343
		case 020:
343
		case 020:
344
		case NEWTAB:
344
		case NEWTAB: