diff options
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r-- | src/uicmd.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc index 7a9d8a59..e687c600 100644 --- a/src/uicmd.cc +++ b/src/uicmd.cc @@ -317,6 +317,14 @@ void a_UIcmd_save(void *vbw) } /* + * Select a file + */ +const char *a_UIcmd_select_file() +{ + return a_Dialog_select_file("Select a File", NULL, NULL); +} + +/* * Stop network activity on this bw. * The stop button was pressed: stop page (and images) downloads. */ |