From 40b89627f1ab2c5ac9254a850ea1ee93d8d895bb Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 19 Jul 2015 18:20:18 -0400 Subject: [PATCH] JitWindow: Use TitleCase for the JIT block viewer tab Makes the title consistent with all other tabs. --- Source/Core/DolphinWX/Debugger/JitWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Debugger/JitWindow.h b/Source/Core/DolphinWX/Debugger/JitWindow.h index e49bbe68af..617d984ccc 100644 --- a/Source/Core/DolphinWX/Debugger/JitWindow.h +++ b/Source/Core/DolphinWX/Debugger/JitWindow.h @@ -35,7 +35,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL | wxBORDER_NONE, - const wxString& name = _("JIT block viewer")); + const wxString& name = _("JIT Block Viewer")); void ViewAddr(u32 em_address); void Update() override;