fix build

git-svn-id: svn://kolibrios.org@8459 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2020-12-20 13:38:04 +00:00
parent e696913ab7
commit 9d1354453c

View File

@ -2,7 +2,6 @@
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";
char buildin_page_test[] = FROM "res/test.htm""\0";
char accept_language[]= "Accept-Language: ru\n";
char rmb_menu[] =
"<EFBFBD>®á¬®âà¥âì ¨á室­¨ª|Ctrl+U
@ -64,6 +63,8 @@ char clear_cache_ok[] = "'WebView\nThe cache has been cleared.' -tI";
#define T_DONE_IN_SEC "Done in %i sec"
#endif
char buildin_page_test[] = FROM "res/test.htm""\0";
#define URL_SERVICE_HISTORY "WebView:history"
#define URL_SERVICE_HOMEPAGE "WebView:home"
#define URL_SERVICE_HELP "WebView:help"