summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-31 22:21:02 +0100
committerCarl Hetherington <cth@carlh.net>2019-10-31 22:21:02 +0100
commit92741805fa22ef549fd2001f984edc316d8b8619 (patch)
treec5c0be22ff59059ffe578386db7c5f24da47dd01 /src/wx/export_dialog.h
parentf0956ea1c21b81748af55867698561d12ad2c91b (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.h1
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;