mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: fix mistake in multi-sample load error
This commit is contained in:
parent
7e5f91a69c
commit
483a906edb
1 changed files with 1 additions and 1 deletions
|
@ -4886,7 +4886,7 @@ bool FurnaceGUI::loop() {
|
|||
}
|
||||
break;
|
||||
case GUI_FILE_SAMPLE_OPEN: {
|
||||
String errs="there were some errors while loading wavetables:\n";
|
||||
String errs="there were some errors while loading samples:\n";
|
||||
bool warn=false;
|
||||
for (String i: fileDialog->getFileName()) {
|
||||
DivSample* s=e->sampleFromFile(i.c_str());
|
||||
|
|
Loading…
Reference in a new issue