diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-31 22:21:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-31 22:21:02 +0100 |
| commit | 92741805fa22ef549fd2001f984edc316d8b8619 (patch) | |
| tree | c5c0be22ff59059ffe578386db7c5f24da47dd01 /src/wx/export_dialog.h | |
| parent | f0956ea1c21b81748af55867698561d12ad2c91b (diff) | |
Keep default export name even if the user changes the format (#1584).
Diffstat (limited to 'src/wx/export_dialog.h')
| -rw-r--r-- | src/wx/export_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index 3314e22da..f1e893b53 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -40,6 +40,7 @@ private: void format_changed (); void file_changed (); + std::string _initial_name; wxChoice* _format; wxCheckBox* _mixdown; wxCheckBox* _split_reels; |
