Compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3373 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-06-08 08:22:16 +00:00
parent 54009f00c8
commit 538217d436
1 changed files with 2 additions and 2 deletions

View File

@ -487,7 +487,7 @@ void CFrame::OnChangeDisc(wxCommandEvent& WXUNUSED (event))
{
if(VolumeHandler::IsValid()) {
VolumeHandler::EjectVolume();
GetMenuBar()->FindItem(IDM_CHANGEDISC)->SetText("Load Disc");
GetMenuBar()->FindItem(IDM_CHANGEDISC)->SetText(wxT("Load Disc"));
return;
}
@ -495,7 +495,7 @@ void CFrame::OnChangeDisc(wxCommandEvent& WXUNUSED (event))
DoOpen(false);
DVDInterface::SetLidOpen(false);
DVDInterface::SetDiscInside(true);
GetMenuBar()->FindItem(IDM_CHANGEDISC)->SetText("Eject");
GetMenuBar()->FindItem(IDM_CHANGEDISC)->SetText(wxT("Eject"));
}
void CFrame::OnPlay(wxCommandEvent& WXUNUSED (event))