Update version number

This commit is contained in:
xenakios
2018-01-08 18:04:28 +02:00
parent f2275d49eb
commit 3e2ce4ad45
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ void PaulstretchpluginAudioProcessorEditor::filesDropped(const StringArray & fil
void PaulstretchpluginAudioProcessorEditor::chooseFile()
{
String initiallocfn = processor.m_propsfile->m_props_file->getValue("importfilefolder",
String initiallocfn = processor.m_propsfile->m_props_file->getValue("importfilefolder",
File::getSpecialLocation(File::userHomeDirectory).getFullPathName());
File initialloc(initiallocfn);
String filterstring = processor.m_afm->getWildcardForAllFormats();