mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-01 10:20:33 +00:00
Return a string instead of a wxChar pointer.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5360 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
387aba7a6c
commit
bfe6e92c15
@ -145,7 +145,7 @@ class CFrame : public wxFrame
|
|||||||
int PixelsToPercentage(int,int);
|
int PixelsToPercentage(int,int);
|
||||||
void ListChildren();
|
void ListChildren();
|
||||||
void ListTopWindows();
|
void ListTopWindows();
|
||||||
const wxChar * GetMenuLabel(int Id);
|
wxString GetMenuLabel(int Id);
|
||||||
|
|
||||||
// Perspectives
|
// Perspectives
|
||||||
void AddRemoveBlankPage();
|
void AddRemoveBlankPage();
|
||||||
|
@ -270,7 +270,7 @@ void CFrame::CreateMenu()
|
|||||||
SetMenuBar(m_MenuBar);
|
SetMenuBar(m_MenuBar);
|
||||||
}
|
}
|
||||||
|
|
||||||
const wxChar * CFrame::GetMenuLabel(int Id)
|
wxString CFrame::GetMenuLabel(int Id)
|
||||||
{
|
{
|
||||||
wxString Label;
|
wxString Label;
|
||||||
switch (Id)
|
switch (Id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user