scrollpad: use std::string as container
This commit is contained in:
@@ -139,7 +139,7 @@ void Lastfm::Load()
|
||||
}
|
||||
else
|
||||
{
|
||||
w << L"Fetching informations... ";
|
||||
w << "Fetching informations... ";
|
||||
pthread_create(&itsDownloader, 0, DownloadWrapper, this);
|
||||
isDownloadInProgress = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user