summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-12 22:51:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-12 22:51:00 +0100
commit1d5ea1b139942bad5500ae40f0646da3fd29dc7f (patch)
tree869bde206dedaa251c87d2f91d34925dc07facaf /src/wx/export_dialog.h
parentb6d292349cbe43a97db7d7314a4fe3c0c5cb8566 (diff)
Disable OK in export dialogue until a filename has been specified (#1260).
Diffstat (limited to 'src/wx/export_dialog.h')
-rw-r--r--src/wx/export_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h
index d785d910d..c2498d6a1 100644
--- a/src/wx/export_dialog.h
+++ b/src/wx/export_dialog.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2017-2018 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -36,6 +36,7 @@ public:
private:
void format_changed ();
+ void file_changed ();
wxChoice* _format;
wxCheckBox* _mixdown;