From abcb6ed05e87506fb5a9eeee02df276ace5c5700 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 5 Jun 2005 17:07:21 +0000 Subject: [PATCH] Do not list the extensions of all supported media files in the "open file" dialog. It gets way too wide that way. --- src/mmg/tab_input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mmg/tab_input.cpp b/src/mmg/tab_input.cpp index 1f6e2c844..46ebb2a8a 100644 --- a/src/mmg/tab_input.cpp +++ b/src/mmg/tab_input.cpp @@ -709,7 +709,7 @@ tab_input::select_file(bool append) { a_exts += wxString::Format(wxT("*.%s"), all_extensions[ae].c_str()); } - media_files.Printf(wxT("Media files (%s)|%s%s|%s"), a_exts.c_str(), + media_files.Printf(wxT("All supported media files|%s%s|%s"), a_exts.c_str(), rest.c_str(), wxT(ALLFILES)); wxFileDialog dlg(NULL, append ? wxT("Choose an input file to append") :