Remove extra pipe that crashes GTK

This commit is contained in:
Timothy Warren 2019-06-03 12:35:49 -04:00
parent 4aa3ef5a43
commit 23f9f4e87b
1 changed files with 1 additions and 1 deletions

View File

@ -110,6 +110,6 @@ const wxString TYRO_FILE_OPEN_WILDCARDS =
"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 = TYRO_FILE_OPEN_WILDCARDS;