Subversion Repositories Kolibri OS

Rev

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

Rev 5746 Rev 5747
Line 25... Line 25...
25
			strcat(history_pointer, #pics[i].path);
25
			strcat(history_pointer, #pics[i].path);
26
			strcat(history_pointer, "'>
");
26
			strcat(history_pointer, "'>
");
27
			strcat(history_pointer, #pics[i].path);
27
			strcat(history_pointer, #pics[i].path);
28
		}
28
		}
29
		strcat(history_pointer, "");
29
		strcat(history_pointer, "");
30
		LoadInternalPage(history_pointer, strlen(history_pointer));
30
		WB1.LoadInternalPage(history_pointer, strlen(history_pointer));
31
}


31
}


32
32