Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4496 → Rev 4497

/programs/cmm/browser/HTMLv.c
25,11 → 25,11
#include "img\URLgoto.txt";
 
#ifdef LANG_RUS
char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.63";
char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.64";
?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
#else
char version[]=" Text-based Browser 0.99.63";
char version[]=" Text-based Browser 0.99.64";
?define IMAGES_CACHE_CLEARED "Images cache cleared"
?define T_LAST_SLIDE "This slide is the last"
#endif
64,6 → 64,7
if (!URL) strcpy(#URL, "/sys/index.htm");
strcpy(#editURL, #URL);
CursorPointer.Load(#CursorFile);
Form.width=WIN_W;
Form.height=WIN_H;
SetElementSizes();