Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4644 → Rev 4643

/programs/cmm/browser/HTMLv.c
78,6 → 78,7
int key, btn;
int half_scroll_size;
int scroll_used=0, show_menu;
int bufpointer_len;
mem_Init();
CursorPointer.Load(#CursorFile);
211,6 → 212,7
ESI = http_transfer;
bufpointer = ESI.http_msg.content_ptr;
bufsize = ESI.http_msg.content_received;
bufpointer_len = strlen(bufpointer);
http_free stdcall (http_transfer);
http_transfer=0;
Draw_Window(); // stop button => refresh button
/programs/cmm/browser/menu_rmb.h
75,9 → 75,5
}
WriteText(18,N*menu.line_h+8,0x80,0x000000,ITEMS_LIST[N*2]);
}
if (cur_encoding!=_DEFAULT)
{
DrawBar(7, cur_encoding*menu.line_h+9, 4, 4, 0x444444); //show current encoding
}
else DrawBar(7, _DOS*menu.line_h+9, 4, 4, 0x444444); //show current encoding
}