Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4487 → Rev 4488

/programs/cmm/browser/HTMLv.c
16,7 → 16,6
#include "..\lib\file_system.h"
#include "..\lib\mem.h"
#include "..\lib\dll.h"
#include "..\lib\list_box.h"
//*.obj libraries
#include "..\lib\lib.obj\box_lib.h"
#include "..\lib\lib.obj\libio_lib.h"
26,11 → 25,11
#include "img\URLgoto.txt";
 
#ifdef LANG_RUS
char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.6";
char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.61";
?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
#else
char version[]=" Text-based Browser 0.99.6";
char version[]=" Text-based Browser 0.99.61";
?define IMAGES_CACHE_CLEARED "Images cache cleared"
?define T_LAST_SLIDE "This slide is the last"
#endif
48,7 → 47,9
#include "..\TWB\TWB.c"
#include "menu_rmb.h"
 
enum { BACK=300, FORWARD, REFRESH, HOME, NEWTAB, GOTOURL, SEARCHWEB, INPUT_CH, INPUT_BT, BTN_UP, BTN_DOWN };
 
 
void main()
{
int key, btn;
251,7 → 252,7
OpenPage();
return;
case 052: //F3
if (strcmp(get_URL_part(5),"http:")<>0) RunProgram("/rd/1/tinypad", #URL);
if (strncmp(#URL,"http:",5)<>0) RunProgram("/rd/1/tinypad", #URL);
else RunProgram("/rd/1/tinypad", #download_path);
return;
case 054: //F5
336,7 → 337,7
 
void ProcessLinks(int id)
{
GetURLfromPageLinks(id);
strcpy(#URL, PageLinks.GetURL(id));
//$1 - Condition Script
if (URL[0] == '$')
397,7 → 398,7
BrowserHistory.AddUrl();
strcpy(#header, #version);
pre_text =0;
if (!strcmp(get_URL_part(5),"http:")))
if (!strncmp(#URL,"http:",5))
{
KillProcess(downloader_id);
DeleteFile(#download_path);