delete space from filename

This commit is contained in:
- 2019-06-11 06:17:24 +03:00
parent e427dca3ed
commit 239788f777

View File

@ -485,7 +485,7 @@ void CSettings::unzipBootserMusicBooks()
return;
}
#endif
QString fileName(destMusicDir.absolutePath() + "/BoosterMusicBooks" + QString::number(MUSIC_RELEASE) + "/Booster Music/01-ClairDeLaLune.mid");
QString fileName(destMusicDir.absolutePath() + "/BoosterMusicBooks" + QString::number(MUSIC_RELEASE) + "/BoosterMusic/01-ClairDeLaLune.mid");
openSongFile(fileName);
m_mainWindow->setCurrentFile(fileName);
setValue("PianoBooster/MusicRelease", MUSIC_RELEASE);