Fix status bar save text

This commit is contained in:
Frank-74 2015-11-20 21:05:25 +00:00
parent d7fcb17928
commit 8d8c52fac4
1 changed files with 2 additions and 2 deletions

View File

@ -1380,7 +1380,7 @@ bool CN64System::SaveState()
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();
WriteTrace(TraceDebug, __FUNCTION__ ": Done");
return true;
@ -1932,4 +1932,4 @@ void CN64System::TLB_Changed()
{
g_Debugger->TLBChanged();
}
}
}