diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-13 20:40:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-14 00:42:39 +0100 |
| commit | 0c66eff01358e75ff524f395aeb634ec34a47313 (patch) | |
| tree | 3133a00712a93af7a90408f6982f579c45224dec /src/wx/content_panel.h | |
| parent | cf587f405a1a4e95ff3904956df7fd7ef3d70218 (diff) | |
Add options for where the add files dialog starts (#2413).
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index de1123cce..8f25353b3 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -109,6 +109,7 @@ private: void later_clicked (); void right_click (wxListEvent &); void files_dropped (wxDropFilesEvent &); + boost::optional<boost::filesystem::path> add_files_override_path() const; void setup (); void setup_sensitivity (); |
