mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Merge pull request #2751 from lioncash/title
JitWindow: Use TitleCase for the JIT block viewer tab
This commit is contained in:
commit
ca703e6499
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public:
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxTAB_TRAVERSAL | wxBORDER_NONE,
|
long style = wxTAB_TRAVERSAL | wxBORDER_NONE,
|
||||||
const wxString& name = _("JIT block viewer"));
|
const wxString& name = _("JIT Block Viewer"));
|
||||||
|
|
||||||
void ViewAddr(u32 em_address);
|
void ViewAddr(u32 em_address);
|
||||||
void Update() override;
|
void Update() override;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue