Subversion Repositories Kolibri OS

Rev

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

Rev 7743 Rev 7750
Line 53... Line 53...
53
			// strcat(history_pointer, "'>
");
53
		// strcat(history_pointer, "'>
");
54
			// strcat(history_pointer, #pics[i].path);
54
		// strcat(history_pointer, #pics[i].path);
55
		}
55
	}
56
		*/
56
	*/
57
		strcat(history_pointer, "");
57
	strcat(history_pointer, "");
58
		WB1.LoadInternalPage(history_pointer, strlen(history_pointer));
58
	LoadInternalPage(history_pointer, strlen(history_pointer));
59
}








59
}








60
60