Add another little fix
This commit is contained in:
parent
f3b08833b3
commit
4383b5d523
@ -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 (*.*)|*|"
|
||||
|
Loading…
Reference in New Issue
Block a user