mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 08:15:46 -04:00
HostInterface: Saving state message should be OSD not error
This commit is contained in:
@ -413,7 +413,7 @@ bool HostInterface::SaveState(const char* filename)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ReportFormattedError("State saved to %s.", filename);
|
AddFormattedOSDMessage(2.0f, "State saved to %s.", filename);
|
||||||
stream->Commit();
|
stream->Commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user