mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update filter names
This commit is contained in:
parent
782b7be8ba
commit
75fc7f68b8
1 changed files with 2 additions and 2 deletions
|
|
@ -42,12 +42,12 @@ impl File {
|
|||
|
||||
let filter_all = FileFilter::new();
|
||||
filter_all.add_pattern("*.*");
|
||||
filter_all.set_name(Some("All files"));
|
||||
filter_all.set_name(Some("All"));
|
||||
filters.append(&filter_all);
|
||||
|
||||
let filter_pem = FileFilter::new();
|
||||
filter_pem.add_mime_type("application/x-x509-ca-cert");
|
||||
filter_pem.set_name(Some("Certificates (*.pem)"));
|
||||
filter_pem.set_name(Some("Certificate (*.pem)"));
|
||||
filters.append(&filter_pem);
|
||||
|
||||
// Init file dialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue