From 629bd9dbd099af60812e80f851afb7902fc28c37 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 26 Jul 2017 21:46:51 +0200 Subject: Change GuiForm::add_file must_exists argument to flags FILE_OPEN/FILE_SAVE --- src/monitor-gui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/monitor-gui.cc') 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 { -- cgit v1.2.3-70-g09d2