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