Subversion Repositories Kolibri OS

Rev

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

Rev 4544 Rev 4546
Line 281... Line 281...
281
			ImgCache.Free();
281
			ImgCache.Free();
282
			notify(IMAGES_CACHE_CLEARED);
282
			notify(IMAGES_CACHE_CLEARED);
283
			WB1.ParseHTML(bufpointer);
283
			WB1.ParseHTML(bufpointer);
284
			return;
284
			return;
Line 285... Line 285...
285
 
285
 
286
		case 008: //history
286
		case 003: //history
287
			strcpy(#URL, URL_HISTORY);
287
			strcpy(#URL, URL_HISTORY);
288
			OpenPage();
288
			OpenPage();
Line 289... Line 289...
289
			return;
289
			return;