Remove extra pipe that crashes GTK
This commit is contained in:
parent
4aa3ef5a43
commit
23f9f4e87b
@ -110,6 +110,6 @@ const wxString TYRO_FILE_OPEN_WILDCARDS =
|
|||||||
"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 = TYRO_FILE_OPEN_WILDCARDS;
|
const wxString TYRO_FILE_SAVE_WILDCARDS = TYRO_FILE_OPEN_WILDCARDS;
|
||||||
|
Loading…
Reference in New Issue
Block a user