Browse Source

Merge pull request #606 from trebmuh/patch-1

Update midi-file.cpp
tags/v1.9.9
Filipe Coelho GitHub 6 years ago
parent
commit
ebd3f2e5f0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/midi-file.cpp

+ 1
- 1
source/native-plugins/midi-file.cpp View File

@@ -94,7 +94,7 @@ protected:
if (! show)
return;

if (const char* const filename = uiOpenFile(false, "Open Audio File", "MIDI Files *.mid;*.midi;;"))
if (const char* const filename = uiOpenFile(false, "Open MIDI File", "MIDI Files *.mid;*.midi;;"))
uiCustomDataChanged("file", filename);

uiClosed();


Loading…
Cancel
Save