forked from KolibriOS/kolibrios
fix build
git-svn-id: svn://kolibrios.org@8459 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e696913ab7
commit
9d1354453c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user