WebView: fix "Download link contents"
git-svn-id: svn://kolibrios.org@7987 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -478,7 +478,8 @@ void ProcessEvent(dword id__)
|
||||
return;
|
||||
case DOWNLOAD_LINK_CONTENTS:
|
||||
if (!downloader_opened) {
|
||||
strcpy(#downloader_edit, GetAbsoluteActiveURL());
|
||||
id__ = GetAbsoluteActiveURL();
|
||||
strcpy(#downloader_edit, id__);
|
||||
CreateThread(#Downloader,#downloader_stak+4092);
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user