From 23f9f4e87bd182787cad10f2f19328779bd3ac49 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 3 Jun 2019 12:35:49 -0400 Subject: [PATCH] Remove extra pipe that crashes GTK --- src/definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions.h b/src/definitions.h index 4fe4e7a..4e4f52d 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -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;