summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-25 13:49:13 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-25 13:49:13 +0100
commitd087368dc0dcd6026b3a967f00f145feb701dd0e (patch)
treef44d2bb828c3572f0bbb3a74ec4e2f497d54168c /src/wx/kdm_dialog.cc
parent5909b9672821c1d5ea974761316dc0f3df558349 (diff)
Basic email of KDMs works.
Diffstat (limited to 'src/wx/kdm_dialog.cc')
-rw-r--r--src/wx/kdm_dialog.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc
index 9db512780..6164f7fd9 100644
--- a/src/wx/kdm_dialog.cc
+++ b/src/wx/kdm_dialog.cc
@@ -385,3 +385,9 @@ KDMDialog::directory () const
{
return wx_to_std (_folder->GetPath ());
}
+
+bool
+KDMDialog::write_to () const
+{
+ return _write_to->GetValue ();
+}