From 0babb806525fcf171f137e8c2e946845d17f2a43 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 23 Jul 2015 14:39:05 -0400 Subject: [PATCH] PostProcessingConfigDialog: Remove an unnecessary format call --- Source/Core/DolphinWX/PostProcessingConfigDiag.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/DolphinWX/PostProcessingConfigDiag.cpp b/Source/Core/DolphinWX/PostProcessingConfigDiag.cpp index 1954ee7a4f..343fa27f5e 100644 --- a/Source/Core/DolphinWX/PostProcessingConfigDiag.cpp +++ b/Source/Core/DolphinWX/PostProcessingConfigDiag.cpp @@ -21,8 +21,7 @@ #include "VideoCommon/RenderBase.h" PostProcessingConfigDiag::PostProcessingConfigDiag(wxWindow* parent, const std::string& shader) - : wxDialog(parent, wxID_ANY, - wxString::Format(_("Post Processing Shader Configuration"))), + : wxDialog(parent, wxID_ANY, _("Post Processing Shader Configuration")), m_shader(shader) { // Depending on if we are running already, either use the one from the videobackend