summaryrefslogtreecommitdiff
path: root/src/monitor-gui.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-26 21:46:51 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-26 21:49:06 +0200
commit629bd9dbd099af60812e80f851afb7902fc28c37 (patch)
tree5c2877f36cf48c2e63bfc187fe1990a5d784ddbe /src/monitor-gui.cc
parent35ead0aaa5c7a7d9a17ab3dad65cfb9f0252889b (diff)
Change GuiForm::add_file must_exists argument to flags FILE_OPEN/FILE_SAVE
Diffstat (limited to 'src/monitor-gui.cc')
-rw-r--r--src/monitor-gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor-gui.cc b/src/monitor-gui.cc
index 4f4f2fb..7b4f5f2 100644
--- a/src/monitor-gui.cc
+++ b/src/monitor-gui.cc
@@ -702,7 +702,7 @@ public:
filter.back().masks.emplace_back("*.pem");
dlg->add_file("output", "File", "",
"File to save certificate and key pair to.",
- false, filter);
+ GuiForm::FILE_SAVE, filter);
dlg->add_listener(lst.get());
dlg->show(main_.get());
} else {