Subversion Repositories Kolibri OS

Rev

Rev 8484 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8484 Rev 8996
Line 18... Line 18...
18
		strcat(history_pointer, "'>");
18
		strcat(history_pointer, "'>");
19
		strcat(history_pointer, history.items.get(i));
19
		strcat(history_pointer, history.items.get(i));
20
		strcat(history_pointer, "
");
20
		strcat(history_pointer, "
");
21
	}
21
	}
Line -... Line 22...
-
 
22
 
22
 
23
	/*
23
	strcat(history_pointer, "
Cached images
");
24
	strcat(history_pointer, "
Cached images
");
24
	for (i=1; i
25
	for (i=1; i
25
	{
26
	{
26
		strcat(history_pointer, cache.url.get(i));
27
		strcat(history_pointer, cache.url.get(i));
27
		strcat(history_pointer, " 
28
		strcat(history_pointer, cache.url.get(i));
29
		strcat(history_pointer, cache.url.get(i));
29
		strcat(history_pointer, "'>
");
30
		strcat(history_pointer, "'>
");
-
 
31
	}
Line 30... Line 32...
30
	}
32
	*/
31
 
33
 
32
	LoadInternalPage(history_pointer, strlen(history_pointer));
34
	LoadInternalPage(history_pointer, strlen(history_pointer));