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|"
|
"Python (*.py,*.pyw)|*.py;*.pyw|"
|
||||||
"Ruby (*.rb)|*.rb|"
|
"Ruby (*.rb)|*.rb|"
|
||||||
"Rust (*.rs)|*.rs|"
|
"Rust (*.rs)|*.rs|"
|
||||||
"Scheme (*.scm)|*.scm"
|
"Scheme (*.scm)|*.scm|"
|
||||||
"Shell (*.sh, *.bsh)|*.sh;*.bsh|"
|
"Shell (*.sh, *.bsh)|*.sh;*.bsh|"
|
||||||
"SQL (*.sql)|*.sql|"
|
"SQL (*.sql)|*.sql|"
|
||||||
"Text (*.txt)|*.txt|"
|
"Text (*.txt)|*.txt|"
|
||||||
"Yaml (.yml,*.yaml)| *.yml;*.yaml";
|
"Yaml (.yml,*.yaml)| *.yml;*.yaml|";
|
||||||
|
|
||||||
const wxString TYRO_FILE_SAVE_WILDCARDS =
|
const wxString TYRO_FILE_SAVE_WILDCARDS =
|
||||||
"All files (*.*)|*|"
|
"All files (*.*)|*|"
|
||||||
|
Loading…
Reference in New Issue
Block a user