Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8489 → Rev 8490

/programs/cmm/browser/const.h
1,4 → 1,9
#ifdef LANG_RUS
//===================================================//
// //
// CYRILLIC //
// //
//===================================================//
char buildin_page_error[] = FROM "res/page_not_found_ru.htm""\0";
char buildin_page_home[] = FROM "res/homepage_ru.htm""\0";
char buildin_page_help[] = FROM "res/help_ru.htm""\0";
31,6 → 36,11
#define T_RENDERING "¥­¤¥à¨­£ áâà ­¨æë..."
#define T_DONE_IN_SEC "ƒ®â®¢®: %i ᥪ"
#else
//===================================================//
// //
// ENGLISH //
// //
//===================================================//
char buildin_page_error[] = FROM "res/page_not_found_en.htm""\0";
char buildin_page_home[] = FROM "res/homepage_en.htm""\0";
char buildin_page_help[] = FROM "res/help_en.htm""\0";
63,6 → 73,12
#define T_DONE_IN_SEC "Done in %i sec"
#endif
 
//===================================================//
// //
// GLOBAL //
// //
//===================================================//
 
char buildin_page_test[] = FROM "res/test.htm""\0";
 
#define URL_SERVICE_HISTORY "WebView:history"
84,4 → 100,11
TAB_CLOSE_ID = 900
};
 
char editbox_icons[] = FROM "res/editbox_icons.raw";
char editbox_icons[] = FROM "res/editbox_icons.raw";
 
#define WIN_W 850
#define WIN_H 920
 
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
 
char version[]="WebView 3.27";