display more verbose info about reading file error

This commit is contained in:
unK
2008-09-06 15:08:05 +02:00
parent c9263b8396
commit 32430450d0

View File

@@ -1975,7 +1975,7 @@ int main(int argc, char *argv[])
current_screen = csTagEditor;
}
else
ShowMessage("Cannot read file!");
ShowMessage("Cannot read file '" + Config.mpd_music_dir + "/" + s->GetFile() + "'!");
}
else if (wCurrent == mPlaylistList)
{