Add some comments.
[dcpomatic.git] / src / wx / file_dialog.h
index 022c3dbed1aa148017f60427dbf23e6f6588e2fb..ae55abf9730bdaec61052ecd1593412821e00a2c 100644 (file)
@@ -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,