forked from KolibriOS/kolibrios
WebView: fix "Download link contents"
git-svn-id: svn://kolibrios.org@7987 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7a7a049046
commit
2a42ab9c1f
@ -478,7 +478,8 @@ void ProcessEvent(dword id__)
|
|||||||
return;
|
return;
|
||||||
case DOWNLOAD_LINK_CONTENTS:
|
case DOWNLOAD_LINK_CONTENTS:
|
||||||
if (!downloader_opened) {
|
if (!downloader_opened) {
|
||||||
strcpy(#downloader_edit, GetAbsoluteActiveURL());
|
id__ = GetAbsoluteActiveURL();
|
||||||
|
strcpy(#downloader_edit, id__);
|
||||||
CreateThread(#Downloader,#downloader_stak+4092);
|
CreateThread(#Downloader,#downloader_stak+4092);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
char version[]="WebView 2.61";
|
char version[]="WebView 2.61b";
|
||||||
|
|
||||||
#ifdef LANG_RUS
|
#ifdef LANG_RUS
|
||||||
char buidin_page_error[] = FROM "buidin_pages\\page_not_found_ru.htm""\0";
|
char buidin_page_error[] = FROM "buidin_pages\\page_not_found_ru.htm""\0";
|
||||||
|
Loading…
Reference in New Issue
Block a user