From: <pst...@us...> - 2009-10-20 14:29:13
|
Revision: 737 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=737&view=rev Author: pstieber Date: 2009-10-20 14:29:05 +0000 (Tue, 20 Oct 2009) Log Message: ----------- Expanded the possible extensions for MIDI files. Modified Paths: -------------- trunk/jazz/src/TrackFrame.cpp Modified: trunk/jazz/src/TrackFrame.cpp =================================================================== --- trunk/jazz/src/TrackFrame.cpp 2009-10-15 13:37:04 UTC (rev 736) +++ trunk/jazz/src/TrackFrame.cpp 2009-10-20 14:29:05 UTC (rev 737) @@ -474,7 +474,7 @@ "Load MIDI File", "", "", - "*.mid", + "MIDI files (MID, MIDI)|*.mid;*.midi|All files (*.*)|*.*", wxFD_OPEN | wxFD_CHANGE_DIR); if (OpenDialog.ShowModal() == wxID_OK) { @@ -501,7 +501,7 @@ "Save MIDI File", "", "", - "*.mid", + "MIDI files (MID, MIDI)|*.mid;*.midi|All files (*.*)|*.*", wxFD_SAVE | wxFD_OVERWRITE_PROMPT); if (SaveAsDialog.ShowModal() == wxID_OK) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |