Subversion Repositories Kolibri OS

Rev

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

Rev 4718 Rev 5685
Line 16... Line 16...
16
			strcat(history_pointer, BrowserHistory.GetUrl(i));
16
			strcat(history_pointer, BrowserHistory.GetUrl(i));
17
			strcat(history_pointer, "'>");
17
			strcat(history_pointer, "'>");
18
			strcat(history_pointer, BrowserHistory.GetUrl(i));
18
			strcat(history_pointer, BrowserHistory.GetUrl(i));
19
			strcat(history_pointer, "
");
19
			strcat(history_pointer, "
");
20
		}
20
		}
21
		strcat(history_pointer, "

Cached images


");
21
		strcat(history_pointer, "

Cached images

");
22
		for (i=1; i
22
		for (i=1; i
23
		{
23
		{
24
			strcat(history_pointer, "
25
			strcat(history_pointer, #pics[i].path);
25
			strcat(history_pointer, #pics[i].path);
26
			strcat(history_pointer, "'>
");
26
			strcat(history_pointer, "'>
");