projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d464a93
)
Add some comments.
author
Carl Hetherington
<cth@carlh.net>
Mon, 15 Jan 2024 23:47:39 +0000
(
00:47
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Tue, 16 Jan 2024 20:33:29 +0000
(21:33 +0100)
src/wx/file_dialog.h
patch
|
blob
|
history
diff --git
a/src/wx/file_dialog.h
b/src/wx/file_dialog.h
index 022c3dbed1aa148017f60427dbf23e6f6588e2fb..ae55abf9730bdaec61052ecd1593412821e00a2c 100644
(file)
--- a/
src/wx/file_dialog.h
+++ b/
src/wx/file_dialog.h
@@
-31,6
+31,9
@@
LIBDCP_ENABLE_WARNINGS
class FileDialog : public wxFileDialog
{
public:
+ /** @param initial_path_key key in config to use to store and read the initial path
+ * @param override_path if not-none, this is used as the initial path regardless of the initial_path_key
+ */
FileDialog(
wxWindow* parent,
wxString title,