From 4383b5d523904ede1f25ce74922be8036ddbadd2 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 3 Jun 2019 11:18:05 -0400 Subject: [PATCH] Add another little fix --- src/definitions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions.h b/src/definitions.h index a612cde..27499a0 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -107,11 +107,11 @@ const wxString TYRO_FILE_OPEN_WILDCARDS = "Python (*.py,*.pyw)|*.py;*.pyw|" "Ruby (*.rb)|*.rb|" "Rust (*.rs)|*.rs|" - "Scheme (*.scm)|*.scm" + "Scheme (*.scm)|*.scm|" "Shell (*.sh, *.bsh)|*.sh;*.bsh|" "SQL (*.sql)|*.sql|" "Text (*.txt)|*.txt|" - "Yaml (.yml,*.yaml)| *.yml;*.yaml"; + "Yaml (.yml,*.yaml)| *.yml;*.yaml|"; const wxString TYRO_FILE_SAVE_WILDCARDS = "All files (*.*)|*|"