mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Get filename from core
svn path=/trunk/netsurf/; revision=11771
This commit is contained in:
parent
2ef37af60c
commit
b49669d17e
@ -83,7 +83,7 @@ struct gui_download_window *gui_download_window_create(download_context *ctx,
|
||||
ASLFR_TitleText,messages_get("NetSurf"),
|
||||
ASLFR_Screen,scrn,
|
||||
ASLFR_InitialDrawer, option_download_dir,
|
||||
ASLFR_InitialFile,FilePart(url),
|
||||
ASLFR_InitialFile, download_context_get_filename(ctx),
|
||||
TAG_DONE))
|
||||
{
|
||||
strlcpy(&dw->fname,savereq->fr_Drawer,1024);
|
||||
|
Loading…
Reference in New Issue
Block a user