Subversion Repositories Kolibri OS

Rev

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

Rev 8016 Rev 8330
Line 40... Line 40...
40
	}
40
	}
Line 41... Line 41...
41
 
41
 
42
	strcat(history_pointer, "
Cached images
");
42
	strcat(history_pointer, "
Cached images
");
43
	for (i=1; i
43
	for (i=1; i
44
	{
-
 
45
		strcat(history_pointer, "");
46
		strcat(history_pointer, "
-
 
52
		// strcat(history_pointer, #pics[i].path);
47
		strcat(history_pointer, cache.url.get(i));
53
		// strcat(history_pointer, "'>
");
-
 
54
		// strcat(history_pointer, #pics[i].path);
48
		strcat(history_pointer, "'>
");
Line 55... Line 49...
55
	}
49
	}
56
 
50
 
57
	strcat(history_pointer, "");
51
	strcat(history_pointer, "");
58
	LoadInternalPage(history_pointer, strlen(history_pointer));
52
	LoadInternalPage(history_pointer, strlen(history_pointer));