#ifdef LANG_RUS #define HISTORY_HEADER "ИсторияПосещенные страницы
" #else #define HISTORY_HEADER "HistoryVisited pages
" #endif ShowHistory() { int i; dword history_pointer = malloc(history.items.data_size+256); strcat(history_pointer, HISTORY_HEADER); for (i=0; i"); strcat(history_pointer, history.items.get(i)); strcat(history_pointer, "
"); } /* strcat(history_pointer, "
Cached images
"); for (i=1; i
"); } */ LoadInternalPage(history_pointer, strlen(history_pointer)); free(history_pointer); }