Add another little fix

This commit is contained in:
Timothy Warren 2019-06-03 11:18:05 -04:00
parent f3b08833b3
commit 4383b5d523
1 changed files with 2 additions and 2 deletions

View File

@ -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 (*.*)|*|"