Fix status bar save text
This commit is contained in:
parent
d7fcb17928
commit
8d8c52fac4
|
@ -1380,7 +1380,7 @@ bool CN64System::SaveState()
|
||||||
|
|
||||||
CPath SavedFileName(FileName);
|
CPath SavedFileName(FileName);
|
||||||
|
|
||||||
g_Notify->DisplayMessage(5, stdstr_f("%s %s", SaveMessage.c_str(), SavedFileName.GetNameExtension()).ToUTF16().c_str());
|
g_Notify->DisplayMessage(5, stdstr_f("%ws %s", SaveMessage.c_str(), SavedFileName.GetNameExtension().c_str()).ToUTF16().c_str());
|
||||||
Notify().RefreshMenu();
|
Notify().RefreshMenu();
|
||||||
WriteTrace(TraceDebug, __FUNCTION__ ": Done");
|
WriteTrace(TraceDebug, __FUNCTION__ ": Done");
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue